|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.client.streaming.ConnThrottler
class ConnThrottler
Count how often we have received an incoming connection This offers basic DOS protection but is not a complete solution.
Constructor Summary | |
---|---|
ConnThrottler(int max,
int totalMax,
long period)
|
Method Summary | |
---|---|
(package private) boolean |
shouldThrottle(Hash h)
increments before checking |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ConnThrottler(int max, int totalMax, long period)
Method Detail |
---|
boolean shouldThrottle(Hash h)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |