|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MagnetState | |
---|---|
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 | |
---|---|
(package private) MagnetState |
Peer.magnetState
shared across all peers on this torrent |
Methods in org.klomp.snark that return MagnetState | |
---|---|
MagnetState |
Peer.getMagnetState()
Shared state across all peers, callers must sync on returned object |
Methods in org.klomp.snark with parameters of type MagnetState | |
---|---|
void |
Peer.runConnection(I2PSnarkUtil util,
PeerListener listener,
BitField bitfield,
MagnetState mState)
Runs the connection to the other peer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |