| Package | Description |
|---|---|
| com.trilead.ssh2 | |
| com.trilead.ssh2.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPProxyData
A
HTTPProxyData object is used to specify the needed connection data
to connect through a HTTP proxy. |
| Modifier and Type | Field and Description |
|---|---|
private ProxyData |
Connection.proxyData |
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.setProxyData(ProxyData proxyData)
Used to tell the library that the connection shall be established through
a proxy server.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
TransportManager.establishConnection(ProxyData proxyData,
int connectTimeout,
int readTimeout) |
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
int readTimeout,
java.security.SecureRandom rnd,
ProxyData proxyData) |
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
java.security.SecureRandom rnd,
ProxyData proxyData) |