Uses of Class
net.i2p.i2ptunnel.access.Threshold
Package
Description
These classes are the implementation of a definition-based
incoming connection filter.
-
Uses of Threshold in net.i2p.i2ptunnel.access
Modifier 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
Modifier and TypeMethodDescription(package private) Threshold
FilterDefinition.getDefaultThreshold()
(package private) Threshold
FilterDefinitionElement.getThreshold()
(package private) Threshold
Recorder.getThreshold()
Modifier and TypeMethodDescription(package private) boolean
AccessCounter.isBreached
(Threshold threshold, long now) ModifierConstructorDescription(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)