Uses of Class
net.i2p.router.transport.udp.InboundMessageState
Packages that use 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
Fields in net.i2p.router.transport.udp with type parameters of type InboundMessageStateModifier and TypeFieldDescriptionprotected final Map<Long,
InboundMessageState> PeerState._inboundMessages
list of InboundMessageState for active messageMethods in net.i2p.router.transport.udp that return types with arguments of type InboundMessageStateModifier and TypeMethodDescription(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 InboundMessageStateModifier and TypeMethodDescriptionvoid
MessageReceiver.receiveMessage
(InboundMessageState state) This queues the message for processing.