Uses of Class
net.i2p.router.transport.udp.InboundMessageState

Packages that use InboundMessageState
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
 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
 void MessageReceiver.receiveMessage(InboundMessageState state)
          This queues the message for processing.