Uses of Class
net.i2p.router.tunnel.TunnelDispatcher.Location

Packages that use TunnelDispatcher.Location
net.i2p.router.tunnel   
 

Uses of TunnelDispatcher.Location in net.i2p.router.tunnel
 

Methods in net.i2p.router.tunnel that return TunnelDispatcher.Location
static TunnelDispatcher.Location TunnelDispatcher.Location.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TunnelDispatcher.Location[] TunnelDispatcher.Location.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.i2p.router.tunnel with parameters of type TunnelDispatcher.Location
 boolean TunnelDispatcher.shouldDropParticipatingMessage(TunnelDispatcher.Location loc, int type, int length)
          Implement random early discard (RED) to enforce the share bandwidth limit.