|
abcdef | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyData | |
---|---|
com.trilead.ssh2 | |
com.trilead.ssh2.transport |
Uses of ProxyData in com.trilead.ssh2 |
---|
Classes in com.trilead.ssh2 that implement ProxyData | |
---|---|
class |
HTTPProxyData
A HTTPProxyData object is used to specify the needed connection data
to connect through a HTTP proxy. |
Methods in com.trilead.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 com.trilead.ssh2.transport |
---|
Methods in com.trilead.ssh2.transport with parameters of type ProxyData | |
---|---|
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
java.security.SecureRandom rnd,
ProxyData proxyData)
|
|
abcdef | |||||||||
PREV NEXT | FRAMES NO FRAMES |