Package | Description |
---|---|
net.i2p.i2ptunnel.access |
These classes are the implementation of a definition-based
incoming connection filter.
|
Modifier and Type | Method and Description |
---|---|
static StatefulConnectionFilter |
FilterFactory.createFilter(I2PAppContext context,
File definition)
Creates an instance of IncomingConnectionFilter based on the definition
contained in the given file.
|
protected static Hash |
FilterDefinitionElement.fromBase32(String b32)
Utility method to create a Hash object from a .b32 string
|
(package private) static FilterDefinition |
DefinitionParser.parse(String[] definition)
Processes an array of String objects containing the human-readable definition of
the filter.
|
Constructor and Description |
---|
ExplicitFilterDefinitionElement(String b32,
Threshold threshold) |