Uses of Interface
net.i2p.router.RouterThrottle

Packages that use RouterThrottle
net.i2p.router   
 

Uses of RouterThrottle in net.i2p.router
 

Classes in net.i2p.router that implement RouterThrottle
(package private)  class RouterDoSThrottle
          Minor extention of the router throttle to handle some DoS events and throttle accordingly.
(package private)  class RouterThrottleImpl
          Simple throttle that basically stops accepting messages or nontrivial requests if the jobQueue lag is too large.
 

Methods in net.i2p.router that return RouterThrottle
 RouterThrottle RouterContext.throttle()
          Component to coordinate our accepting/rejecting of requests under load