Uses of Class
com.trilead.ssh2.ConnectionInfo
Packages that use ConnectionInfo
-
Uses of ConnectionInfo in com.trilead.ssh2
Methods in com.trilead.ssh2 that return ConnectionInfoModifier and TypeMethodDescriptionConnection.connect()
Same asconnect(null, 0, 0)
.Connection.connect
(ServerHostKeyVerifier verifier) Same asconnect(verifier, 0, 0)
.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.Connection.connect
(ServerHostKeyVerifier verifier, int connectTimeout, int readTimeout, int kexTimeout) Connect connection info.Connection.getConnectionInfo()
Returns aConnectionInfo
object containing the details of the connection. -
Uses of ConnectionInfo in com.trilead.ssh2.transport
Fields in com.trilead.ssh2.transport declared as ConnectionInfoMethods in com.trilead.ssh2.transport that return ConnectionInfoModifier and TypeMethodDescriptionTransportManager.getConnectionInfo
(int kexNumber) KexManager.getOrWaitForConnectionInfo
(int minKexCount)