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 Threshold
Threshold.ALLOW
A Threshold that is never breached(package private) static final Threshold
Threshold.DENY
A Threshold that is always breachedprotected final Threshold
FilterDefinitionElement.threshold
Methods in net.i2p.i2ptunnel.access that return ThresholdModifier and TypeMethodDescription(package private) Threshold
FilterDefinition.getDefaultThreshold()
(package private) Threshold
FilterDefinitionElement.getThreshold()
(package private) Threshold
Recorder.getThreshold()
Methods in net.i2p.i2ptunnel.access with parameters of type ThresholdModifier and TypeMethodDescription(package private) boolean
AccessCounter.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)