Uses of Interface
org.klomp.snark.PeerListener

Packages that use PeerListener
org.klomp.snark I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features. 
 

Uses of PeerListener in org.klomp.snark
 

Classes in org.klomp.snark that implement PeerListener
(package private)  class PeerCoordinator
          Coordinates what peer does what.
 

Fields in org.klomp.snark declared as PeerListener
(package private)  PeerListener PeerState.listener
          Fixme, used by Peer.disconnect() to get to the coordinator
 

Methods in org.klomp.snark with parameters of type PeerListener
static void ExtensionHandler.handleMessage(Peer peer, PeerListener listener, int id, byte[] bs)
           
 void Peer.runConnection(I2PSnarkUtil util, PeerListener listener, BitField bitfield, MagnetState mState)
          Runs the connection to the other peer.
 

Constructors in org.klomp.snark with parameters of type PeerListener
PeerState(Peer peer, PeerListener listener, MetaInfo metainfo, PeerConnectionIn in, PeerConnectionOut out)