|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Peer in jBittorrentAPI |
---|
Fields in jBittorrentAPI declared as Peer | |
---|---|
Peer |
DownloadTask.peer
|
Fields in jBittorrentAPI with type parameters of type Peer | |
---|---|
private java.util.LinkedHashMap<java.lang.String,Peer> |
PeerUpdater.peerList
|
private java.util.LinkedHashMap<java.lang.String,Peer> |
DownloadManager.peerList
|
Methods in jBittorrentAPI that return Peer | |
---|---|
Peer |
DownloadTask.getPeer()
Returns this peer object |
Methods in jBittorrentAPI that return types with arguments of type Peer | |
---|---|
java.util.LinkedHashMap<java.lang.String,Peer> |
PeerUpdater.processResponse(java.util.Map m)
Process the map representing the tracker response, which should contain either an error message or the peers list and other information such as the interval before next update, aso |
Methods in jBittorrentAPI with parameters of type Peer | |
---|---|
boolean |
Peer.equals(Peer p)
Compares if this peer is equal to the peer in parameter |
Constructors in jBittorrentAPI with parameters of type Peer | |
---|---|
DownloadTask(Peer peer,
byte[] fileID,
byte[] myID)
Deprecated. |
|
DownloadTask(Peer peer,
byte[] fileID,
byte[] myID,
boolean init,
byte[] bitfield)
Start the downloading process from the remote peer in parameter |
|
DownloadTask(Peer peer,
byte[] fileID,
byte[] myID,
boolean init,
byte[] bitfield,
java.net.Socket s)
Start the downloading process from the remote peer in parameter |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |