Uses of Interface
ch.ethz.ssh2.ProxyData

Packages that use ProxyData
ch.ethz.ssh2   
ch.ethz.ssh2.transport   
 

Uses of ProxyData in ch.ethz.ssh2
 

Classes in ch.ethz.ssh2 that implement ProxyData
 class HTTPProxyData
          A HTTPProxyData object is used to specify the needed connection data to connect through a HTTP proxy.
 

Fields in ch.ethz.ssh2 declared as ProxyData
private  ProxyData Connection.proxyData
           
 

Methods in ch.ethz.ssh2 with parameters of type ProxyData
 void Connection.setProxyData(ProxyData proxyData)
          Used to tell the library that the connection shall be established through a proxy server.
 

Uses of ProxyData in ch.ethz.ssh2.transport
 

Methods in ch.ethz.ssh2.transport with parameters of type ProxyData
private  void TransportManager.establishConnection(ProxyData proxyData, int connectTimeout)
           
 void TransportManager.initialize(CryptoWishList cwl, ServerHostKeyVerifier verifier, DHGexParameters dhgex, int connectTimeout, java.security.SecureRandom rnd, ProxyData proxyData)