Uses of Interface
net.i2p.i2ptunnel.udp.Sink
-
Packages that use Sink Package Description net.i2p.i2ptunnel.socks SOCKS 4, 4a, and 5 client tunnels.net.i2p.i2ptunnel.streamr Special-purpose client and server tunnels for streaming UDP clients and servers, generally for audio and video streaming.net.i2p.i2ptunnel.udp A small API used by UDP tunnels.net.i2p.i2ptunnel.udpTunnel -
-
Uses of Sink in net.i2p.i2ptunnel.socks
Classes in net.i2p.i2ptunnel.socks with type parameters of type Sink Modifier and Type Class Description classMultiSink<S extends Sink>Sends to one of many SinksclassReplyTracker<S extends Sink>Track who the reply goes toClasses in net.i2p.i2ptunnel.socks that implement Sink Modifier and Type Class Description classMultiSink<S extends Sink>Sends to one of many SinksclassReplyTracker<S extends Sink>Track who the reply goes toclassSOCKSUDPPortImplements a UDP port and Socks encapsulation / decapsulation.classSOCKSUDPTunnelA Datagram Tunnel that can have multiple bidirectional ports on the UDP side.classSOCKSUDPUnwrapperStrip a SOCKS header off a datagram, convert it to a Destination Ref: RFC 1928classSOCKSUDPWrapperPut a SOCKS header on a datagram Ref: RFC 1928Methods in net.i2p.i2ptunnel.socks with parameters of type Sink Modifier and Type Method Description voidMultiSink. setSink(Sink sink)Don't use this - put sinks in the cachevoidReplyTracker. setSink(Sink sink)voidSOCKSUDPPort. setSink(Sink sink)voidSOCKSUDPUnwrapper. setSink(Sink sink)voidSOCKSUDPWrapper. setSink(Sink sink) -
Uses of Sink in net.i2p.i2ptunnel.streamr
Classes in net.i2p.i2ptunnel.streamr that implement Sink Modifier and Type Class Description classMultiSourceSends to many SinksclassStreamrConsumerCompared 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)classStreamrProducerCompared 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)classSubscriberserver-modeFields in net.i2p.i2ptunnel.streamr declared as Sink Modifier and Type Field Description protected SinkPinger. sinkMethods in net.i2p.i2ptunnel.streamr with parameters of type Sink Modifier and Type Method Description voidMultiSource. setSink(Sink sink)voidPinger. setSink(Sink sink) -
Uses of Sink in net.i2p.i2ptunnel.udp
Classes in net.i2p.i2ptunnel.udp that implement Sink Modifier and Type Class Description classI2PSinkProducer This sends to a fixed destination specified in the constructorclassI2PSinkAnywhereProducer This sends to any destination specified in send()classUDPSinkFields in net.i2p.i2ptunnel.udp declared as Sink Modifier and Type Field Description protected SinkI2PSource. sinkprotected SinkUDPSource. sinkMethods in net.i2p.i2ptunnel.udp with parameters of type Sink Modifier and Type Method Description voidI2PSource. setSink(Sink sink)voidSource. setSink(Sink sink)voidUDPSource. setSink(Sink sink) -
Uses of Sink in net.i2p.i2ptunnel.udpTunnel
Classes in net.i2p.i2ptunnel.udpTunnel that implement Sink Modifier and Type Class Description classI2PTunnelUDPClientBaseBase client class that sets up an I2P Datagram client destination.classI2PTunnelUDPServerBaseBase client class that sets up an I2P Datagram server destination.Methods in net.i2p.i2ptunnel.udpTunnel with parameters of type Sink Modifier and Type Method Description voidI2PTunnelUDPClientBase. setSink(Sink s)Source Methods Sets the receiver of the UDP datagrams from I2P Subclass must call this after constructor and before start()voidI2PTunnelUDPServerBase. setSink(Sink s)Source Methods Sets the receiver of the UDP datagrams from I2P Subclass must call this after constructor and before start()
-