Uses of Interface
net.i2p.i2ptunnel.udp.Sink
Package
Description
SOCKS 4, 4a, and 5 client tunnels.
Special-purpose client and server tunnels for streaming UDP clients and servers,
generally for audio and video streaming.
A small API used by UDP tunnels.
-
Uses of Sink in net.i2p.i2ptunnel.socks
Modifier and TypeClassDescriptionclass
Sends to one of many Sinks based on the toPortModifier and TypeClassDescriptionclass
Sends to one of many Sinks based on the toPortclass
Implements a UDP port and Socks encapsulation / decapsulation.class
A Datagram Tunnel that can have multiple bidirectional ports on the UDP side.class
Strip a SOCKS header off a datagram, convert it to a Destination and port Ref: RFC 1928class
Put a SOCKS header on a datagram Ref: RFC 1928 -
Uses of Sink in net.i2p.i2ptunnel.streamr
Modifier and TypeClassDescriptionclass
Sends to many Sinksclass
Compared to a standard I2PTunnel, this acts like a client on the I2P side (no privkey file) but a server on the UDP side (sends to a configured host/port)class
Compared to a standard I2PTunnel, this acts like a server on the I2P side (persistent privkey file) but a client on the UDP side (receives on a configured port)class
server-mode -
Uses of Sink in net.i2p.i2ptunnel.udp
Modifier and TypeClassDescriptionclass
Producer This sends to a fixed destination specified in the constructorclass
Producer This sends to any destination specified in send()class
-
Uses of Sink in net.i2p.i2ptunnel.udpTunnel
Modifier and TypeClassDescriptionclass
Base client class that sets up an I2P Datagram client destination.class
Base client class that sets up an I2P Datagram server destination.Modifier and TypeMethodDescriptionvoid
Source Methods Sets the receiver of the UDP datagrams from I2P Subclass must call this after constructor and before start()void
Source Methods Sets the receiver of the UDP datagrams from I2P Subclass must call this after constructor and before start()