Package org.klomp.snark
Class PeerMonitorTask
- java.lang.Object
-
- org.klomp.snark.PeerMonitorTask
-
- All Implemented Interfaces:
Runnable
@Deprecated class PeerMonitorTask extends Object implements Runnable
Deprecated.unused, for command line client only, commented out in Snark.javaTimerTask that monitors the peers and total up/download speeds. Works together with the main Snark class to report periodical statistics.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static long
MONITOR_PERIOD
Deprecated.
-
Constructor Summary
Constructors Constructor Description PeerMonitorTask(PeerCoordinator coordinator)
Deprecated.
-
-
-
Field Detail
-
MONITOR_PERIOD
static final long MONITOR_PERIOD
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PeerMonitorTask
PeerMonitorTask(PeerCoordinator coordinator)
Deprecated.
-
-