Uses of Interface
org.klomp.snark.PeerListener
- 
Packages that use PeerListener Package Description 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.snarkClasses in org.klomp.snark that implement PeerListener Modifier and Type Class Description (package private) classPeerCoordinatorCoordinates what peer does what.Fields in org.klomp.snark declared as PeerListener Modifier and Type Field Description (package private) PeerListenerPeerState. listenerFixme, used by Peer.disconnect() to get to the coordinatorMethods in org.klomp.snark with parameters of type PeerListener Modifier and Type Method Description static voidExtensionHandler. handleMessage(Peer peer, PeerListener listener, int id, byte[] bs)voidPeer. runConnection(I2PSnarkUtil util, PeerListener listener, BitField bitfield, MagnetState mState, boolean uploadOnly)Runs the connection to the other peer.voidWebPeer. runConnection(I2PSnarkUtil util, PeerListener listener, BitField ignore, MagnetState mState, boolean uploadOnly)Runs the connection to the other peer.Constructors in org.klomp.snark with parameters of type PeerListener Constructor Description PeerState(Peer peer, PeerListener listener, MetaInfo metainfo, PeerConnectionIn in, PeerConnectionOut out)
 
-