Package net.i2p.i2ptunnel.access
Class Recorder
java.lang.Object
net.i2p.i2ptunnel.access.Recorder
class Recorder extends Object
Definition of a recorder. If any remote destinations attempt
enough connections to cause a breach of the specified threshold,
their hash will be recorded in the specified file.
- Since:
- 0.9.40
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description (package private) File
getFile()
(package private) Threshold
getThreshold()
-
Constructor Details
-
Recorder
- Parameters:
file
- to record hashes of destinations that breach the thresholdthreshold
- the threshold that needs to be breached to trigger recording
-
-
Method Details
-
getFile
File getFile() -
getThreshold
Threshold getThreshold()
-