Package net.i2p.i2ptunnel.socks
SOCKS 4, 4a, and 5 client tunnels.
-
Class Summary Class Description I2PSOCKSIRCTunnel I2PSOCKSTunnel MultiSink<S extends Sink> Sends to one of many SinksReplyTracker<S extends Sink> Track who the reply goes toSocketWrapper 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 1928SOCKSServer Abstract base class used by all SOCKS servers.SOCKSServerFactory Factory class for creating SOCKS forwarders through I2PSOCKSUDPPort 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 1928SOCKSUDPWrapper Put a SOCKS header on a datagram Ref: RFC 1928