Methods Summary |
---|
public Download | getDownload()Gives access to the Download associated with this announce result
|
public java.lang.String | getError()For RT_ERROR this gives error details
|
public java.util.Map | getExtensions()
|
public int | getNonSeedCount()This method gives the number of non-seeds (peers) we know about
|
public DownloadAnnounceResultPeer[] | getPeers()
|
public int | getReportedPeerCount()For RT_SUCCESS this gives the number of peers returned by the tracker
|
public int | getResponseType()The response may represent a successful or failed announce
|
public int | getSeedCount()This method gives the number of seeds we know about (and may have received
from a succession of announces).
|
public long | getTimeToWait()
|
public java.net.URL | getURL()The URL for the tracker.
|