Uses of Class
net.i2p.i2ptunnel.socks.SOCKSServer
| Package | Description |
|---|---|
| net.i2p.i2ptunnel.socks |
SOCKS 4, 4a, and 5 client tunnels.
|
-
Uses of SOCKSServer in net.i2p.i2ptunnel.socks
Subclasses of SOCKSServer in net.i2p.i2ptunnel.socks Modifier and Type Class Description (package private) classSOCKS4aServer(package private) classSOCKS5ServerMethods in net.i2p.i2ptunnel.socks that return SOCKSServer Modifier and Type Method Description static SOCKSServerSOCKSServerFactory. createSOCKSServer(I2PAppContext ctx, Socket s, Properties props)Create a new SOCKS server, using the provided socket (that must be connected to a client) to select the proper SOCKS protocol version.