Uses of Class
net.i2p.i2ptunnel.access.Threshold
| Package | Description |
|---|---|
| net.i2p.i2ptunnel.access |
These classes are the implementation of a definition-based
incoming connection filter.
|
-
Uses of Threshold in net.i2p.i2ptunnel.access
Fields in net.i2p.i2ptunnel.access declared as Threshold Modifier and Type Field Description (package private) static ThresholdThreshold. ALLOWA Threshold that is never breached(package private) static ThresholdThreshold. DENYA Threshold that is always breachedprotected ThresholdFilterDefinitionElement. thresholdMethods in net.i2p.i2ptunnel.access that return Threshold Modifier and Type Method Description (package private) ThresholdFilterDefinition. getDefaultThreshold()(package private) ThresholdFilterDefinitionElement. getThreshold()(package private) ThresholdRecorder. getThreshold()Methods in net.i2p.i2ptunnel.access with parameters of type Threshold Modifier and Type Method Description (package private) booleanAccessCounter. isBreached(Threshold threshold, long now)Constructors in net.i2p.i2ptunnel.access with parameters of type Threshold Constructor Description DestTracker(Hash hash, Threshold threshold)ExplicitFilterDefinitionElement(String b32, Threshold threshold)FileFilterDefinitionElement(File file, Threshold threshold)FilterDefinition(Threshold defaultThreshold, FilterDefinitionElement[] elements, Recorder[] recorders)FilterDefinitionElement(Threshold threshold)Recorder(File file, Threshold threshold)