org.klomp.snark
Class PeerCheckerTask

java.lang.Object
  extended by org.klomp.snark.PeerCheckerTask
All Implemented Interfaces:
Runnable

 class PeerCheckerTask
extends Object
implements Runnable

TimerTask that checks for good/bad up/downloader. Works together with the PeerCoordinator to select which Peers get (un)choked.


Constructor Summary
PeerCheckerTask(I2PSnarkUtil util, PeerCoordinator coordinator)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerCheckerTask

PeerCheckerTask(I2PSnarkUtil util,
                PeerCoordinator coordinator)
Method Detail

run

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