Package | Description |
---|---|
net.i2p.i2ptunnel.socks |
SOCKS 4, 4a, and 5 client tunnels.
|
Modifier and Type | Class | Description |
---|---|---|
(package private) class |
SOCKS4aServer |
|
(package private) class |
SOCKS5Server |
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.
|