Uses of Interface
net.i2p.router.transport.udp.OutboundMessageFragments.ActiveThrottle

Packages that use OutboundMessageFragments.ActiveThrottle
net.i2p.router.transport.udp   
 

Uses of OutboundMessageFragments.ActiveThrottle in net.i2p.router.transport.udp
 

Classes in net.i2p.router.transport.udp that implement OutboundMessageFragments.ActiveThrottle
 class DummyThrottle
          Since the TimedWeightedPriorityMessageQueue.add() was disabled by jrandom in UDPTransport.java on 2006-02-19, and the choke/unchoke was disabled at the same time, all of TWPMQ is pointless, so just do this for now.
 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 OutboundMessageFragments.ActiveThrottle
OutboundMessageFragments(RouterContext ctx, UDPTransport transport, OutboundMessageFragments.ActiveThrottle throttle)