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