FileDocCategorySizeDatePackage
DownloadScrapeResult.javaAPI DocAzureus 3.0.3.42355Wed Feb 23 03:48:14 GMT 2005org.gudy.azureus2.plugins.download

DownloadScrapeResult

public interface DownloadScrapeResult
author
parg This class represents the results of scrapes for the download

Fields Summary
public static final int
RT_SUCCESS
public static final int
RT_ERROR
Constructors Summary
Methods Summary
public DownloadgetDownload()
Gives access to the associated download

return
since
2.0.7.0

public longgetNextScrapeStartTime()

public intgetNonSeedCount()
Gives the number of non-seeds returned by the scrape

return
since
2.0.7.0

public intgetResponseType()
A scrape result can denote either a successful or failed scrape.

return
RT_SUCCESS or RT_ERROR
since
2.0.7.0

public longgetScrapeStartTime()

public intgetSeedCount()
Gives the number of seeds returned by the scrape

return
since
2.0.7.0

public java.lang.StringgetStatus()
returns a string representation of the scrape status

return
since
2.1.0.4

public java.net.URLgetURL()
The URL for the tracker

return

public voidsetNextScrapeStartTime(long nextScrapeStartTime)
Sets the next scrape time

param
nextScrapeStartTime time to start in milliseconds since epoch
since
2.1.0.2