| Package | Description |
|---|---|
| net.i2p.i2ptunnel.access |
Definition-based incoming connection filter for I2PTunnel, allowing fine-grained
access control for server tunnels.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static Threshold |
Threshold.ALLOW
A Threshold that is never breached
|
(package private) static Threshold |
Threshold.DENY
A Threshold that is always breached
|
protected Threshold |
FilterDefinitionElement.threshold |
| Modifier and Type | Method and Description |
|---|---|
(package private) Threshold |
FilterDefinition.getDefaultThreshold() |
(package private) Threshold |
FilterDefinitionElement.getThreshold() |
(package private) Threshold |
Recorder.getThreshold() |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
AccessCounter.isBreached(Threshold threshold,
long now)
Check if the given threshold has been breached.
|
| Constructor and 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) |