Uses of Class
com.sshtools.j2ssh.net.SocksProxySocket
Packages that use SocksProxySocket
-
Uses of SocksProxySocket in com.sshtools.j2ssh.net
Methods in com.sshtools.j2ssh.net that return SocksProxySocketModifier and TypeMethodDescriptionstatic SocksProxySocket
SocksProxySocket.connectViaSocks4Proxy
(String remoteHost, int remotePort, String proxyHost, int proxyPort, String userId) static SocksProxySocket
SocksProxySocket.connectViaSocks5Proxy
(String remoteHost, int remotePort, String proxyHost, int proxyPort, boolean localLookup, String username, String password) static SocksProxySocket
SocksProxySocket.connectViaSocks5Proxy
(String remoteHost, int remotePort, String proxyHost, int proxyPort, String username, String password)