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) class
SOCKS4aServer
(package private) class
SOCKS5Server
Methods in net.i2p.i2ptunnel.socks that return SOCKSServer Modifier and Type Method Description static SOCKSServer
SOCKSServerFactory. 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.