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