Uses of Class
com.trilead.ssh2.ConnectionInfo
-
Packages that use ConnectionInfo Package Description com.trilead.ssh2 com.trilead.ssh2.transport -
-
Uses of ConnectionInfo in com.trilead.ssh2
Methods in com.trilead.ssh2 that return ConnectionInfo Modifier and Type Method Description ConnectionInfo
Connection. connect()
Same asconnect(null, 0, 0)
.ConnectionInfo
Connection. connect(ServerHostKeyVerifier verifier)
Same asconnect(verifier, 0, 0)
.ConnectionInfo
Connection. connect(ServerHostKeyVerifier verifier, int connectTimeout, int kexTimeout)
Connect to the SSH-2 server and, as soon as the server has presented its host key, use theServerHostKeyVerifier.verifyServerHostKey()
method of theverifier
to ask for permission to proceed.ConnectionInfo
Connection. connect(ServerHostKeyVerifier verifier, int connectTimeout, int readTimeout, int kexTimeout)
ConnectionInfo
Connection. getConnectionInfo()
Returns aConnectionInfo
object containing the details of the connection. -
Uses of ConnectionInfo in com.trilead.ssh2.transport
Methods in com.trilead.ssh2.transport that return ConnectionInfo Modifier and Type Method Description ConnectionInfo
TransportManager. getConnectionInfo(int kexNumber)
ConnectionInfo
KexManager. getOrWaitForConnectionInfo(int minKexCount)
-