Uses of Interface
org.klomp.snark.PeerListener
Package
Description
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
Modifier and TypeClassDescription(package private) class
Coordinates what peer does what.Modifier and TypeFieldDescription(package private) final PeerListener
PeerState.listener
Fixme, used by Peer.disconnect() to get to the coordinatorModifier and TypeMethodDescriptionstatic void
ExtensionHandler.handleMessage
(Peer peer, PeerListener listener, int id, byte[] bs) void
Peer.runConnection
(I2PSnarkUtil util, PeerListener listener, BitField bitfield, MagnetState mState, boolean uploadOnly) Runs the connection to the other peer.void
WebPeer.runConnection
(I2PSnarkUtil util, PeerListener listener, BitField ignore, MagnetState mState, boolean uploadOnly) Runs the connection to the other peer.ModifierConstructorDescription(package private)
PeerState
(Peer peer, PeerListener listener, MetaInfo metainfo, PeerConnectionIn in, PeerConnectionOut out)