Uses of Class
com.trilead.ssh2.transport.TransportManager
-
Packages that use TransportManager Package Description com.trilead.ssh2 com.trilead.ssh2.auth com.trilead.ssh2.channel com.trilead.ssh2.transport -
-
Uses of TransportManager in com.trilead.ssh2
Fields in com.trilead.ssh2 declared as TransportManager Modifier and Type Field Description private TransportManager
Connection. tm
-
Uses of TransportManager in com.trilead.ssh2.auth
Fields in com.trilead.ssh2.auth declared as TransportManager Modifier and Type Field Description (package private) TransportManager
AuthenticationManager. tm
Constructors in com.trilead.ssh2.auth with parameters of type TransportManager Constructor Description AuthenticationManager(TransportManager tm)
-
Uses of TransportManager in com.trilead.ssh2.channel
Fields in com.trilead.ssh2.channel declared as TransportManager Modifier and Type Field Description (package private) TransportManager
ChannelManager. tm
Constructors in com.trilead.ssh2.channel with parameters of type TransportManager Constructor Description ChannelManager(TransportManager tm)
-
Uses of TransportManager in com.trilead.ssh2.transport
Fields in com.trilead.ssh2.transport declared as TransportManager Modifier and Type Field Description (package private) TransportManager
KexManager. tm
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)
-