Methods in com.sshtools.net that return SocksProxyTransport |
static SocksProxyTransport |
SocksProxyTransport.connectViaSocks4Proxy(java.lang.String remoteHost,
int remotePort,
java.lang.String proxyHost,
int proxyPort,
java.lang.String userId)
Connect the socket to a SOCKS 4 proxy and request forwarding to
our remote host. |
static SocksProxyTransport |
SocksProxyTransport.connectViaSocks5Proxy(java.lang.String remoteHost,
int remotePort,
java.lang.String proxyHost,
int proxyPort,
boolean localLookup,
java.lang.String username,
java.lang.String password)
Connect the socket to a SOCKS 5 proxy and request forwarding
to our remote host. |
static SocksProxyTransport |
SocksProxyTransport.connectViaSocks5Proxy(java.lang.String remoteHost,
int remotePort,
java.lang.String proxyHost,
int proxyPort,
java.lang.String username,
java.lang.String password)
|