| Package | Description |
|---|---|
| net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU' or Secure Semi-reliable UDP transport)
for I2P, allowing I2P messages to be passed over UDP connections.
|
| 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)
Constructs a UDPSender with the given context, socket, name, and endpoint listener.
|