Class FileFilterDefinitionElement

java.lang.Object
net.i2p.i2ptunnel.access.FilterDefinitionElement
net.i2p.i2ptunnel.access.FileFilterDefinitionElement

class FileFilterDefinitionElement extends FilterDefinitionElement
An element of filter definition that reads hashes of remote destinations from a file.
Since:
0.9.40
  • Constructor Details

    • FileFilterDefinitionElement

      FileFilterDefinitionElement(File file, Threshold threshold)
      Parameters:
      file - file to read the remote destinations from
      threshold - threshold to apply to all those destinations
  • Method Details