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

Packages that use InboundMessageState
net.i2p.router.transport.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
 java.util.Map<java.lang.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)