|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DownloadScrapeResult
| Field Summary | |
|---|---|
static int |
RT_ERROR
|
static int |
RT_SUCCESS
|
| Method Summary | |
|---|---|
Download |
getDownload()
Gives access to the associated download |
long |
getNextScrapeStartTime()
|
int |
getNonSeedCount()
Gives the number of non-seeds returned by the scrape |
int |
getResponseType()
A scrape result can denote either a successful or failed scrape. |
long |
getScrapeStartTime()
|
int |
getSeedCount()
Gives the number of seeds returned by the scrape |
String |
getStatus()
returns a string representation of the scrape status |
URL |
getURL()
The URL for the tracker |
void |
setNextScrapeStartTime(long nextScrapeStartTime)
Sets the next scrape time |
| Field Detail |
|---|
static final int RT_SUCCESS
static final int RT_ERROR
| Method Detail |
|---|
Download getDownload()
int getResponseType()
int getSeedCount()
int getNonSeedCount()
long getScrapeStartTime()
void setNextScrapeStartTime(long nextScrapeStartTime)
nextScrapeStartTime - time to start in milliseconds since epochlong getNextScrapeStartTime()
String getStatus()
URL getURL()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||