パッケージ | 説明 |
---|---|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.util.Map<java.lang.Long,InboundMessageState> |
PeerState.getInboundMessages() |
Fetch the internal id (Long) to InboundMessageState for incomplete inbound messages.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
MessageReceiver.receiveMessage(InboundMessageState state) |
This queues the message for processing.
|