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 | 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 |
---|---|
void |
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) |
Copyright © 2019. All rights reserved.