Package | Description |
---|---|
net.i2p.i2ptunnel.socks | |
net.i2p.i2ptunnel.streamr | |
net.i2p.i2ptunnel.udp | |
net.i2p.i2ptunnel.udpTunnel |
Modifier and Type | Class and Description |
---|---|
class |
MultiSink<S extends Sink>
Sends to one of many Sinks
|
class |
ReplyTracker<S extends Sink>
Track who the reply goes to
|
class |
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 1928
|
class |
SOCKSUDPWrapper
Put a SOCKS header on a datagram
Ref: RFC 1928
|
Modifier and Type | Class and Description |
---|---|
class |
MultiSource
Sends to many Sinks
|
class |
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)
|
Modifier and Type | Class and Description |
---|---|
class |
I2PSource |
class |
UDPSource |
Modifier and Type | Class and 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.
|