| Package | Description |
|---|---|
| net.i2p.i2ptunnel.socks | SOCKS protocol tunnel implementation for I2P, supporting SOCKS 4, 4a, and 5. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | SOCKS4aServerSOCKS4a server implementation for handling SOCKS version 4/4a connections. |
(package private) class | SOCKS5ServerSOCKS5 server implementation with comprehensive protocol support and authentication. |
| Modifier and Type | Method and 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. |