Package | Description |
---|---|
net.i2p.i2ptunnel.socks |
Modifier and Type | Class and Description |
---|---|
class |
SOCKS4aServer |
class |
SOCKS5Server |
Modifier and Type | Method and Description |
---|---|
static SOCKSServer |
SOCKSServerFactory.createSOCKSServer(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.
|