Uses of Interface
com.trilead.ssh2.ProxyData
Packages that use ProxyData
-
Uses of ProxyData in com.trilead.ssh2
Classes in com.trilead.ssh2 that implement ProxyDataModifier and TypeClassDescriptionclass
AHTTPProxyData
object is used to specify the needed connection data to connect through a HTTP proxy.Methods in com.trilead.ssh2 with parameters of type ProxyDataModifier and TypeMethodDescriptionvoid
Connection.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 ProxyDataModifier and TypeMethodDescriptionvoid
TransportManager.initialize
(CryptoWishList cwl, ServerHostKeyVerifier verifier, DHGexParameters dhgex, int connectTimeout, int readTimeout, SecureRandom rnd, ProxyData proxyData) void
TransportManager.initialize
(CryptoWishList cwl, ServerHostKeyVerifier verifier, DHGexParameters dhgex, int connectTimeout, SecureRandom rnd, ProxyData proxyData)