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 Threshold
Threshold. ALLOW
A Threshold that is never breached(package private) static Threshold
Threshold. DENY
A Threshold that is always breachedprotected Threshold
FilterDefinitionElement. threshold
Methods in net.i2p.i2ptunnel.access that return Threshold Modifier and Type Method Description (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 Threshold Modifier and Type Method Description (package private) boolean
AccessCounter. 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)