class Threshold extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static Threshold |
ALLOW
A Threshold that is never breached
|
(package private) static Threshold |
DENY
A Threshold that is always breached
|
Constructor and Description |
---|
Threshold(int connections,
int seconds) |