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 ConnectionInfoConnection. connect()Same asconnect(null, 0, 0).ConnectionInfoConnection. connect(ServerHostKeyVerifier verifier)Same asconnect(verifier, 0, 0).ConnectionInfoConnection. 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 theverifierto ask for permission to proceed.ConnectionInfoConnection. connect(ServerHostKeyVerifier verifier, int connectTimeout, int readTimeout, int kexTimeout)Connect connection info.ConnectionInfoConnection. getConnectionInfo()Returns aConnectionInfoobject 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 ConnectionInfoTransportManager. getConnectionInfo(int kexNumber)ConnectionInfoKexManager. getOrWaitForConnectionInfo(int minKexCount)
-