net.i2p.i2ptunnel.socks
Class SOCKSServerFactory
java.lang.Object
net.i2p.i2ptunnel.socks.SOCKSServerFactory
public class SOCKSServerFactory
- extends Object
Factory class for creating SOCKS forwarders through I2P
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOCKSServerFactory
public SOCKSServerFactory()
createSOCKSServer
public static SOCKSServer createSOCKSServer(Socket s,
Properties props)
throws SOCKSException
- Create a new SOCKS server, using the provided socket (that must
be connected to a client) to select the proper SOCKS protocol
version. This method wil strip the SOCKS VER field from the
provided sockets's input stream.
- Parameters:
s
- a Socket used to choose the SOCKS server typeprops
- non-null
- Throws:
SOCKSException