Uses of Class
com.norconex.collector.http.fetch.HttpFetchException
-
Packages that use HttpFetchException Package Description com.norconex.collector.http.fetch com.norconex.collector.http.fetch.impl com.norconex.collector.http.fetch.impl.webdriver -
-
Uses of HttpFetchException in com.norconex.collector.http.fetch
Methods in com.norconex.collector.http.fetch that throw HttpFetchException Modifier and Type Method Description IHttpFetchResponse
IHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)
Performs an HTTP request for the supplied document reference and HTTP method. -
Uses of HttpFetchException in com.norconex.collector.http.fetch.impl
Methods in com.norconex.collector.http.fetch.impl that throw HttpFetchException Modifier and Type Method Description IHttpFetchResponse
GenericHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)
IHttpFetchResponse
PhantomJSDocumentFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)
Deprecated. -
Uses of HttpFetchException in com.norconex.collector.http.fetch.impl.webdriver
Methods in com.norconex.collector.http.fetch.impl.webdriver that throw HttpFetchException Modifier and Type Method Description IHttpFetchResponse
WebDriverHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)
-