Methods Summary |
---|
public void | addListener(TrackerTorrentListener listener)
|
public void | addRemovalListener(TrackerTorrentWillBeRemovedListener listener)
|
public boolean | canBeRemoved()
|
public void | disableReplyCaching()stops the tracker from caching replies to announces/scrapes for this torrent
|
public long | getAnnounceCount()
|
public long | getAverageAnnounceCount()
|
public long | getAverageBytesIn()average rate of bytes in
|
public long | getAverageBytesOut()average bytes sent
|
public long | getAverageDownloaded()
|
public long | getAverageScrapeCount()
|
public long | getAverageUploaded()
|
public int | getBadNATCount()Gives access to the number of peers that have failed NAT checks, 0 if NAT checking
is disabled.
|
public long | getCompletedCount()
|
public long | getDateAdded()
|
public int | getLeecherCount()
|
public TrackerPeer[] | getPeers()
|
public long | getScrapeCount()
|
public int | getSeedCount()
|
public int | getStatus()
|
public Torrent | getTorrent()
|
public long | getTotalBytesIn()total bytes received by the tracker for this torrent - announce and scrape requests
|
public long | getTotalBytesOut()total bytes sent as response by the tracker - announce and scrape responses
|
public long | getTotalDownloaded()
|
public long | getTotalLeft()
|
public long | getTotalUploaded()
|
public boolean | isPassive()
|
public void | remove()
|
public void | removeListener(TrackerTorrentListener listener)
|
public void | removeRemovalListener(TrackerTorrentWillBeRemovedListener listener)
|
public void | start()
|
public void | stop()
|