Class FilterDefinition

java.lang.Object
net.i2p.i2ptunnel.access.FilterDefinition

class FilterDefinition extends Object
Definition of an access filter. This POJO contains the parsed representation from the filter definition file.
Since:
0.9.40
  • Constructor Details

    • FilterDefinition

      FilterDefinition(Threshold defaultThreshold, FilterDefinitionElement[] elements, Recorder[] recorders)
      Parameters:
      defaultThreshold - threshold to apply to unknown remote destinations
      elements - the elements defined in the filter definition, if any
      recorders - the recorders defined in the filter definition, if any
  • Method Details