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

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

Uses of TransportManager in ch.ethz.ssh2.auth
 

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

Uses of TransportManager in ch.ethz.ssh2.channel
 

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

Uses of TransportManager in ch.ethz.ssh2.transport
 

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)
           
 



Copyright © 2006 null. All Rights Reserved.