org.klomp.snark
Class PeerCheckerTask
java.lang.Object
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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeerCheckerTask
PeerCheckerTask(I2PSnarkUtil util,
PeerCoordinator coordinator)
run
public void run()
- Specified by:
run
in interface Runnable