Uses of Class
net.i2p.router.tunnel.pool.ParticipatingThrottler.Result
-
Packages that use ParticipatingThrottler.Result Package Description net.i2p.router.tunnel.pool Tunnel creation, tunnel build message handling. -
-
Uses of ParticipatingThrottler.Result in net.i2p.router.tunnel.pool
Methods in net.i2p.router.tunnel.pool that return ParticipatingThrottler.Result Modifier and Type Method Description (package private) ParticipatingThrottler.ResultParticipatingThrottler. shouldThrottle(Hash h)increments before checkingstatic ParticipatingThrottler.ResultParticipatingThrottler.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipatingThrottler.Result[]ParticipatingThrottler.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-