Uses of Class
net.i2p.router.transport.udp.InboundMessageState
Package | Description |
---|---|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
-
Uses of InboundMessageState in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return types with arguments of type InboundMessageState Modifier and Type Method Description (package private) Map<Long,InboundMessageState>
PeerState. getInboundMessages()
Fetch the internal id (Long) to InboundMessageState for incomplete inbound messages.Methods in net.i2p.router.transport.udp with parameters of type InboundMessageState Modifier and Type Method Description void
MessageReceiver. receiveMessage(InboundMessageState state)
This queues the message for processing.