Package net.i2p.i2ptunnel.socks


package net.i2p.i2ptunnel.socks

SOCKS 4, 4a, and 5 client tunnels.

  • Classes
    Class
    Description
     
     
    MultiSink<S extends Sink>
    Sends to one of many Sinks based on the toPort
    Wrapper around the Socket obtained from the Outproxy, which is a wrapper around the Orchid Stream.
     
     
    Save the SOCKS header from a datagram Ref: RFC 1928
    Abstract base class used by all SOCKS servers.
    Factory class for creating SOCKS forwarders through I2P
    Implements a UDP port and Socks encapsulation / decapsulation.
    A Datagram Tunnel that can have multiple bidirectional ports on the UDP side.
    Strip a SOCKS header off a datagram, convert it to a Destination and port Ref: RFC 1928
    Put a SOCKS header on a datagram Ref: RFC 1928