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(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)
           
 



Copyright © 2003 3SP LTD. All Rights Reserved.