Uses of Interface
com.trilead.ssh2.ProxyData
-
Packages that use ProxyData Package Description com.trilead.ssh2 com.trilead.ssh2.transport -
-
Uses of ProxyData in com.trilead.ssh2
Classes in com.trilead.ssh2 that implement ProxyData Modifier and Type Class Description classHTTPProxyDataAHTTPProxyDataobject is used to specify the needed connection data to connect through a HTTP proxy.Fields in com.trilead.ssh2 declared as ProxyData Modifier and Type Field Description private ProxyDataConnection. proxyDataMethods in com.trilead.ssh2 with parameters of type ProxyData Modifier and Type Method Description voidConnection. setProxyData(ProxyData proxyData)Used to tell the library that the connection shall be established through a proxy server. -
Uses of ProxyData in com.trilead.ssh2.transport
Methods in com.trilead.ssh2.transport with parameters of type ProxyData Modifier and Type Method Description private voidTransportManager. establishConnection(ProxyData proxyData, int connectTimeout, int readTimeout)voidTransportManager. initialize(CryptoWishList cwl, ServerHostKeyVerifier verifier, DHGexParameters dhgex, int connectTimeout, int readTimeout, java.security.SecureRandom rnd, ProxyData proxyData)voidTransportManager. initialize(CryptoWishList cwl, ServerHostKeyVerifier verifier, DHGexParameters dhgex, int connectTimeout, java.security.SecureRandom rnd, ProxyData proxyData)
-