Uses of Class
ch.ethz.ssh2.transport.TransportManager

Packages that use TransportManager
ch.ethz.ssh2   
ch.ethz.ssh2.auth   
ch.ethz.ssh2.channel   
ch.ethz.ssh2.transport   
 

Uses of TransportManager in ch.ethz.ssh2
 

Fields in ch.ethz.ssh2 declared as TransportManager
private  TransportManager Connection.tm
           
 

Uses of TransportManager in ch.ethz.ssh2.auth
 

Fields in ch.ethz.ssh2.auth declared as TransportManager
(package private)  TransportManager AuthenticationManager.tm
           
 

Constructors in ch.ethz.ssh2.auth with parameters of type TransportManager
AuthenticationManager(TransportManager tm)
           
 

Uses of TransportManager in ch.ethz.ssh2.channel
 

Fields in ch.ethz.ssh2.channel declared as TransportManager
private  TransportManager ChannelManager.tm
           
 

Constructors in ch.ethz.ssh2.channel with parameters of type TransportManager
ChannelManager(TransportManager tm)
           
 

Uses of TransportManager in ch.ethz.ssh2.transport
 

Fields in ch.ethz.ssh2.transport declared as TransportManager
(package private)  TransportManager KexManager.tm
           
 

Constructors in ch.ethz.ssh2.transport with parameters of type TransportManager
KexManager(TransportManager tm, ClientServerHello csh, CryptoWishList initialCwl, java.lang.String hostname, int port, ServerHostKeyVerifier keyVerifier, java.security.SecureRandom rnd)