Uses of Class
com.sshtools.net.SocksProxyTransport

Packages that use SocksProxyTransport
com.sshtools.net This package contains a set of network utilities for the J2SSH Maverick API. 
 

Uses of SocksProxyTransport in com.sshtools.net
 

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)
           
 



Copyright © 2012. All Rights Reserved.