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 | Method and Description |
---|---|
Map<Long,InboundMessageState> |
PeerState.getInboundMessages()
Fetch the internal id (Long) to InboundMessageState for incomplete inbound messages.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageReceiver.receiveMessage(InboundMessageState state)
This queues the message for processing.
|