Uses of Class
net.i2p.i2ptunnel.access.Threshold
Packages that use Threshold
Package
Description
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 ThresholdModifier and TypeFieldDescription(package private) static final ThresholdThreshold.ALLOWA Threshold that is never breached(package private) static final ThresholdThreshold.DENYA Threshold that is always breachedprotected final ThresholdFilterDefinitionElement.thresholdMethods in net.i2p.i2ptunnel.access that return ThresholdModifier and TypeMethodDescription(package private) ThresholdFilterDefinition.getDefaultThreshold()(package private) ThresholdFilterDefinitionElement.getThreshold()(package private) ThresholdRecorder.getThreshold()Methods in net.i2p.i2ptunnel.access with parameters of type ThresholdModifier and TypeMethodDescription(package private) booleanAccessCounter.isBreached(Threshold threshold, long now) Constructors in net.i2p.i2ptunnel.access with parameters of type ThresholdModifierConstructorDescription(package private)DestTracker(Hash hash, Threshold threshold) (package private)ExplicitFilterDefinitionElement(String b32, Threshold threshold) (package private)FileFilterDefinitionElement(File file, Threshold threshold) (package private)FilterDefinition(Threshold defaultThreshold, FilterDefinitionElement[] elements, Recorder[] recorders) (package private)FilterDefinitionElement(Threshold threshold) (package private)