SOCKS 4, 4a, and 5 client tunnels.
| Class | Description |
|---|---|
| I2PSOCKSIRCTunnel | |
| I2PSOCKSTunnel | |
| MultiSink<S extends Sink> |
Sends to one of many Sinks
|
| ReplyTracker<S extends Sink> |
Track who the reply goes to
|
| SocketWrapper |
Wrapper around the Socket obtained from the Outproxy, which is a
wrapper around the Orchid Stream.
|
| SOCKS4aServer | |
| SOCKS5Server | |
| SOCKSHeader |
Save the SOCKS header from a datagram
Ref: RFC 1928
|
| SOCKSServer |
Abstract base class used by all SOCKS servers.
|
| SOCKSServerFactory |
Factory class for creating SOCKS forwarders through I2P
|
| SOCKSUDPPort |
Implements a UDP port and Socks encapsulation / decapsulation.
|
| SOCKSUDPTunnel |
A Datagram Tunnel that can have multiple bidirectional ports on the UDP side.
|
| SOCKSUDPUnwrapper |
Strip a SOCKS header off a datagram, convert it to a Destination
Ref: RFC 1928
|
| SOCKSUDPWrapper |
Put a SOCKS header on a datagram
Ref: RFC 1928
|