public class SocksCapableClientSocket
extends java.net.Socket
This class DOES NOT support:
1) The SOCKS V4 extension for handling when you have a target hostname but can't get the IP address of the target host to connect to.
2) SOCKS V5 (any of it ...). If possible, we should stick w/ this class until Java steps up to Socks support in JDK 1.2. I *think* they're going to have version 5 support but I'm not sure.
Constructor and Description |
---|
SocksCapableClientSocket(java.lang.String targetHost, int targetPort, java.lang.String socksHost, int socksPort)
Deprecated.
Construct a socket with hostname, portnumber, socksHost, and socksPort.
|
public SocksCapableClientSocket(java.lang.String targetHost, int targetPort, java.lang.String socksHost, int socksPort) throws java.io.IOException