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.java
TimerTask that monitors the peers and total up/download speeds. Works together with the main Snark class to report periodical statistics.
  • Field Details

  • Constructor Details

    • PeerMonitorTask

      PeerMonitorTask(PeerCoordinator coordinator)
      Deprecated.
  • Method Details

    • run

      public void run()
      Deprecated.
      Specified by:
      run in interface Runnable