org.klomp.snark
Class PeerCoordinatorSet
java.lang.Object
org.klomp.snark.PeerCoordinatorSet
public class PeerCoordinatorSet
- extends java.lang.Object
Hmm, any guesses as to what this is? Used by the multitorrent functionality
in the PeerAcceptor to pick the right PeerCoordinator to accept the con for.
Each PeerCoordinator is added to the set from within the Snark (and removed
from it there too)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeerCoordinatorSet
public PeerCoordinatorSet()
iterator
public java.util.Iterator iterator()
add
public void add(PeerCoordinator coordinator)
remove
public void remove(PeerCoordinator coordinator)