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 SocksProxySocketSocksProxySocket.connectViaSocks4Proxy(String remoteHost, int remotePort, String proxyHost, int proxyPort, String userId) static SocksProxySocketSocksProxySocket.connectViaSocks5Proxy(String remoteHost, int remotePort, String proxyHost, int proxyPort, boolean localLookup, String username, String password) static SocksProxySocketSocksProxySocket.connectViaSocks5Proxy(String remoteHost, int remotePort, String proxyHost, int proxyPort, String username, String password)