Uses of Class
com.trilead.ssh2.transport.TransportManager
-
Packages that use TransportManager Package Description com.trilead.ssh2.auth com.trilead.ssh2.channel com.trilead.ssh2.transport -
-
Uses of TransportManager in com.trilead.ssh2.auth
Constructors in com.trilead.ssh2.auth with parameters of type TransportManager Constructor Description AuthenticationManager(TransportManager tm)
-
Uses of TransportManager in com.trilead.ssh2.channel
Constructors in com.trilead.ssh2.channel with parameters of type TransportManager Constructor Description ChannelManager(TransportManager tm)
-
Uses of TransportManager in com.trilead.ssh2.transport
Constructors in com.trilead.ssh2.transport with parameters of type TransportManager Constructor Description KexManager(TransportManager tm, ClientServerHello csh, CryptoWishList initialCwl, java.lang.String hostname, int port, ServerHostKeyVerifier keyVerifier, java.security.SecureRandom rnd)
-