Uses of Interface
net.i2p.router.transport.udp.MessageQueue

Packages that use MessageQueue
net.i2p.router.transport.udp   
 

Uses of MessageQueue in net.i2p.router.transport.udp
 

Classes in net.i2p.router.transport.udp that implement MessageQueue
 class TimedWeightedPriorityMessageQueue
          Weighted priority queue implementation for the outbound messages, coupled with code to fail messages that expire.
 

Constructors in net.i2p.router.transport.udp with parameters of type MessageQueue
OutboundRefiller(RouterContext ctx, OutboundMessageFragments fragments, MessageQueue messages)