Uses of Class
org.klomp.snark.MagnetState
Packages that use MagnetState
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 MagnetState in org.klomp.snark
Fields in org.klomp.snark declared as MagnetStateModifier and TypeFieldDescription(package private) MagnetStatePeer.magnetStateshared across all peers on this torrentMethods in org.klomp.snark that return MagnetStateModifier and TypeMethodDescriptionPeer.getMagnetState()Shared state across all peers, callers must sync on returned objectMethods in org.klomp.snark with parameters of type MagnetStateModifier and TypeMethodDescriptionvoidPeer.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.