Uses of Interface
net.i2p.i2ptunnel.udp.Source
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 Source in net.i2p.i2ptunnel.socks
Classes in net.i2p.i2ptunnel.socks that implement Source Modifier and Type Class Description class
MultiSink<S extends Sink>
Sends to one of many Sinksclass
ReplyTracker<S extends Sink>
Track who the reply goes toclass
SOCKSUDPPort
Implements a UDP port and Socks encapsulation / decapsulation.class
SOCKSUDPTunnel
A Datagram Tunnel that can have multiple bidirectional ports on the UDP side.class
SOCKSUDPUnwrapper
Strip a SOCKS header off a datagram, convert it to a Destination Ref: RFC 1928class
SOCKSUDPWrapper
Put a SOCKS header on a datagram Ref: RFC 1928 -
Uses of Source in net.i2p.i2ptunnel.streamr
Classes in net.i2p.i2ptunnel.streamr that implement Source Modifier and Type Class Description class
MultiSource
Sends to many Sinksclass
Pinger
class
StreamrConsumer
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
StreamrProducer
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) -
Uses of Source in net.i2p.i2ptunnel.udp
Classes in net.i2p.i2ptunnel.udp that implement Source Modifier and Type Class Description class
I2PSource
class
UDPSource
-
Uses of Source in net.i2p.i2ptunnel.udpTunnel
Classes in net.i2p.i2ptunnel.udpTunnel that implement Source Modifier and Type Class Description class
I2PTunnelUDPClientBase
Base client class that sets up an I2P Datagram client destination.class
I2PTunnelUDPServerBase
Base client class that sets up an I2P Datagram server destination.