Package com.norconex.crawler.web.fetch
Class WebFetchRequest
java.lang.Object
com.norconex.crawler.web.fetch.WebFetchRequest
- All Implemented Interfaces:
FetchRequest
HTTP Fetch request.
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe crawl doc context, providing access to the current and previous crawl entries (e.g. for ETag and If-Modified-Since support).@NonNull DocgetDoc()@NonNull HttpMethodinthashCode()voidsetCrawlDocContext(CrawlerDocContext crawlDocContext) The crawl doc context, providing access to the current and previous crawl entries (e.g. for ETag and If-Modified-Since support).toString()
-
Constructor Details
-
WebFetchRequest
-
-
Method Details
-
getDoc
- Specified by:
getDocin interfaceFetchRequest
-
getMethod
-
getCrawlDocContext
The crawl doc context, providing access to the current and previous crawl entries (e.g. for ETag and If-Modified-Since support). -
setCrawlDocContext
The crawl doc context, providing access to the current and previous crawl entries (e.g. for ETag and If-Modified-Since support). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-