Uses of Class
net.i2p.router.transport.udp.InboundMessageState
Package
Description
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
Modifier and TypeFieldDescriptionprotected final Map<Long,
InboundMessageState> PeerState._inboundMessages
list of InboundMessageState for active messageModifier and TypeMethodDescription(package private) Map<Long,
InboundMessageState> PeerState.getInboundMessages()
Fetch the internal id (Long) to InboundMessageState for incomplete inbound messages.Modifier and TypeMethodDescriptionvoid
MessageReceiver.receiveMessage
(InboundMessageState state) This queues the message for processing.