Uses of Class
net.i2p.i2ptunnel.access.InvalidDefinitionException
Package | Description |
---|---|
net.i2p.i2ptunnel.access |
These classes are the implementation of a definition-based
incoming connection filter.
|
-
Uses of InvalidDefinitionException in net.i2p.i2ptunnel.access
Methods in net.i2p.i2ptunnel.access that throw InvalidDefinitionException Modifier and Type Method 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.Constructors in net.i2p.i2ptunnel.access that throw InvalidDefinitionException Constructor Description ExplicitFilterDefinitionElement(String b32, Threshold threshold)