Package net.i2p.i2ptunnel.access
These classes are the implementation of a definition-based incoming connection filter. The format of the definition is documented in the file DefinitionParser.
-
Class Summary Class Description AccessCounter Counts connection attempts and decides if specified thresholds have been breached.AccessFilter A filter for incoming connections which can be configured based on access list rules.DefinitionParser Utility class for parsing filter definitionsDestTracker Tracks the connection attempts for a given remote DestinationExplicitFilterDefinitionElement A filter definition element that includes a single, explicitly defined remote destinationFileFilterDefinitionElement An element of filter definition that reads hashes of remote destinations from a file.FilterDefinition Definition of an access filter.FilterDefinitionElement Base class for elements found in filter definition filesFilterFactory Factory for incoming connection filters.Recorder Definition of a recorder.Threshold Definition of a Threshold. -
Exception Summary Exception Description InvalidDefinitionException Exception thrown if the filter definition file cannot be parsed for some reason.