Package | Description |
---|---|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
UDPEndpoint
Coordinate the low-level datagram socket, creating and managing the UDPSender and
UDPReceiver.
|
Constructor and Description |
---|
UDPReceiver(RouterContext ctx,
UDPTransport transport,
DatagramSocket socket,
String name,
SocketListener lsnr) |
UDPSender(RouterContext ctx,
DatagramSocket socket,
String name,
SocketListener lsnr) |