|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaInfo | |
---|---|
org.klomp.snark |
Uses of MetaInfo in org.klomp.snark |
---|
Fields in org.klomp.snark declared as MetaInfo | |
---|---|
MetaInfo |
Snark.meta
|
(package private) MetaInfo |
PeerState.metainfo
|
(package private) MetaInfo |
Peer.metainfo
|
(package private) MetaInfo |
PeerCoordinator.metainfo
|
Methods in org.klomp.snark that return MetaInfo | |
---|---|
MetaInfo |
Storage.getMetaInfo()
Returns the MetaInfo associated with this Storage. |
MetaInfo |
PeerCoordinator.getMetaInfo()
|
MetaInfo |
MetaInfo.reannounce(String announce)
Creates a copy of this MetaInfo that shares everything except the announce URL. |
Methods in org.klomp.snark with parameters of type MetaInfo | |
---|---|
void |
SnarkManager.removeTorrentStatus(MetaInfo metainfo)
Remove the status of a torrent from the config file. |
void |
SnarkManager.saveTorrentStatus(MetaInfo metainfo,
BitField bitfield,
int[] priorities)
Save the completion status of a torrent and the current time in the config file in the form "i2psnark.zmeta.$base64infohash=$time,$base64bitfield". |
Constructors in org.klomp.snark with parameters of type MetaInfo | |
---|---|
Peer(I2PSocket sock,
InputStream in,
OutputStream out,
byte[] my_id,
MetaInfo metainfo)
Creates a unconnected peer from the input and output stream got from the socket. |
|
Peer(PeerID peerID,
byte[] my_id,
MetaInfo metainfo)
Creates a disconnected peer given a PeerID, your own id and the relevant MetaInfo. |
|
PeerCoordinator(I2PSnarkUtil util,
byte[] id,
MetaInfo metainfo,
Storage storage,
CoordinatorListener listener,
Snark torrent)
|
|
PeerState(Peer peer,
PeerListener listener,
MetaInfo metainfo,
PeerConnectionIn in,
PeerConnectionOut out)
|
|
Storage(I2PSnarkUtil util,
MetaInfo metainfo,
StorageListener listener)
Creates a new storage based on the supplied MetaInfo. |
|
TrackerClient(I2PSnarkUtil util,
MetaInfo meta,
PeerCoordinator coordinator)
|
|
TrackerInfo(BDecoder be,
byte[] my_id,
MetaInfo metainfo)
|
|
TrackerInfo(InputStream in,
byte[] my_id,
MetaInfo metainfo)
|
|
TrackerInfo(Map m,
byte[] my_id,
MetaInfo metainfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |