See: Description
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 definitions
|
DestTracker |
Tracks the connection attempts for a given remote Destination
|
ExplicitFilterDefinitionElement |
A filter definition element that includes a single, explicitly defined
remote destination
|
FileFilterDefinitionElement |
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 files
|
FilterFactory |
Factory for incoming connection filters.
|
Recorder |
Definition of a recorder.
|
Threshold |
Definition of a Threshold.
|
Exception | Description |
---|---|
InvalidDefinitionException |
Exception thrown if the filter definition file cannot be
parsed for some reason.
|
These classes are the implementation of a definition-based incoming connection filter. The format of the definition is documented in the file DefinitionParser.