|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CrawlStatus | |
---|---|
com.norconex.collector.http.crawler | |
com.norconex.collector.http.handler | |
com.norconex.collector.http.handler.impl |
Uses of CrawlStatus in com.norconex.collector.http.crawler |
---|
Methods in com.norconex.collector.http.crawler that return CrawlStatus | |
---|---|
CrawlStatus |
CrawlURL.getStatus()
|
static CrawlStatus |
CrawlStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CrawlStatus[] |
CrawlStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.norconex.collector.http.crawler with parameters of type CrawlStatus | |
---|---|
void |
CrawlURL.setStatus(CrawlStatus status)
|
Uses of CrawlStatus in com.norconex.collector.http.handler |
---|
Methods in com.norconex.collector.http.handler that return CrawlStatus | |
---|---|
CrawlStatus |
IHttpDocumentFetcher.fetchDocument(org.apache.http.impl.client.DefaultHttpClient httpClient,
HttpDocument doc)
Fetches HTTP document and saves it to a local file |
Uses of CrawlStatus in com.norconex.collector.http.handler.impl |
---|
Methods in com.norconex.collector.http.handler.impl that return CrawlStatus | |
---|---|
CrawlStatus |
DefaultDocumentFetcher.fetchDocument(org.apache.http.impl.client.DefaultHttpClient httpClient,
HttpDocument doc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |