Secure iNet Factory

Uses of Class
com.jscape.inet.ssh.transport.Transport

Packages that use Transport
com.jscape.inet.ssh.connection   
com.jscape.inet.ssh.transport   
com.jscape.inet.ssh.transport.kex   
 

Uses of Transport in com.jscape.inet.ssh.connection
 

Methods in com.jscape.inet.ssh.connection that return Transport
 Transport Connection.getTransport()
          Gets underlying transport for this connection
 

Constructors in com.jscape.inet.ssh.connection with parameters of type Transport
ConnectionClient(Transport transport, ConnectionConfiguration config)
          Creates a new client instance.
 

Uses of Transport in com.jscape.inet.ssh.transport
 

Subclasses of Transport in com.jscape.inet.ssh.transport
 class TransportClient
           
 

Methods in com.jscape.inet.ssh.transport with parameters of type Transport
 KeyExchange AlgorithmFactory.getKeyExchange(java.lang.String sshName, Transport transport)
           
 KeyExchange AlgorithmFactory.KexEntry.kexFor(Transport transport)
           
 

Uses of Transport in com.jscape.inet.ssh.transport.kex
 

Constructors in com.jscape.inet.ssh.transport.kex with parameters of type Transport
DHKeyExchange(Transport transport)
           
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved