Uses of Class
net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
-
Packages that use I2PTunnelUDPClientBase 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. -
-
Uses of I2PTunnelUDPClientBase in net.i2p.i2ptunnel.socks
Subclasses of I2PTunnelUDPClientBase in net.i2p.i2ptunnel.socks Modifier and Type Class Description class
SOCKSUDPTunnel
A Datagram Tunnel that can have multiple bidirectional ports on the UDP side. -
Uses of I2PTunnelUDPClientBase in net.i2p.i2ptunnel.streamr
Subclasses of I2PTunnelUDPClientBase in net.i2p.i2ptunnel.streamr Modifier and Type Class Description 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)
-