|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.i2ptunnel.socks.SOCKSServerFactory
Factory class for creating SOCKS forwarders through I2P
Constructor Summary | |
SOCKSServerFactory()
|
Method Summary | |
static SOCKSServer |
createSOCKSServer(java.net.Socket s)
Create a new SOCKS server, using the provided socket (that must be connected to a client) to select the proper SOCKS protocol version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SOCKSServerFactory()
Method Detail |
public static SOCKSServer createSOCKSServer(java.net.Socket s) throws SOCKSException
s
- a Socket used to choose the SOCKS server type
SOCKSException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |