Package net.i2p.i2ptunnel.access


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
    Description
    Counts connection attempts and decides if specified thresholds have been breached.
    A filter for incoming connections which can be configured based on access list rules.
    Utility class for parsing filter definitions
    Tracks the connection attempts for a given remote Destination
    A filter definition element that includes a single, explicitly defined remote destination
    An element of filter definition that reads hashes of remote destinations from a file.
    Definition of an access filter.
    Base class for elements found in filter definition files
    Factory for incoming connection filters.
    Exception thrown if the filter definition file cannot be parsed for some reason.
    Definition of a recorder.
    Definition of a Threshold.