Uses of Interface
net.i2p.router.transport.udp.MessageQueue
Packages that use MessageQueue
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of MessageQueue in net.i2p.router.transport.udp
Classes in net.i2p.router.transport.udp that implement MessageQueueModifier and TypeClassDescription(package private) class
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 MessageQueueModifierConstructorDescriptionOutboundRefiller
(RouterContext ctx, OutboundMessageFragments fragments, MessageQueue messages)