Uses of Interface
net.i2p.i2ptunnel.udp.Sink
Packages that use 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
Classes in net.i2p.i2ptunnel.socks with type parameters of type SinkModifier and TypeClassDescriptionclassSends to one of many Sinks based on the toPortClasses in net.i2p.i2ptunnel.socks that implement SinkModifier and TypeClassDescriptionclassSends to one of many Sinks based on the toPortclassImplements a UDP port and Socks encapsulation / decapsulation.classA Datagram Tunnel that can have multiple bidirectional ports on the UDP side.classStrip a SOCKS header off a datagram, convert it to a Destination and port Ref: RFC 1928classPut a SOCKS header on a datagram Ref: RFC 1928Methods in net.i2p.i2ptunnel.socks with parameters of type Sink - 
Uses of Sink in net.i2p.i2ptunnel.streamr
Classes in net.i2p.i2ptunnel.streamr that implement SinkModifier and TypeClassDescriptionclassSends to many SinksclassCompared 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)classCompared 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)classserver-modeFields in net.i2p.i2ptunnel.streamr declared as SinkMethods in net.i2p.i2ptunnel.streamr with parameters of type Sink - 
Uses of Sink in net.i2p.i2ptunnel.udp
Classes in net.i2p.i2ptunnel.udp that implement SinkModifier and TypeClassDescriptionclassProducer This sends to a fixed destination specified in the constructorclassProducer This sends to any destination specified in send()classFields in net.i2p.i2ptunnel.udp declared as SinkMethods in net.i2p.i2ptunnel.udp with parameters of type Sink - 
Uses of Sink in net.i2p.i2ptunnel.udpTunnel
Classes in net.i2p.i2ptunnel.udpTunnel that implement SinkModifier and TypeClassDescriptionclassBase client class that sets up an I2P Datagram client destination.classBase client class that sets up an I2P Datagram server destination.Methods in net.i2p.i2ptunnel.udpTunnel with parameters of type SinkModifier and TypeMethodDescriptionvoidSource Methods Sets the receiver of the UDP datagrams from I2P Subclass must call this after constructor and before start()voidSource Methods Sets the receiver of the UDP datagrams from I2P Subclass must call this after constructor and before start()