Uses of Class
com.norconex.collector.http.fetch.HttpFetchException
Packages that use HttpFetchException
Package
Description
-
Uses of HttpFetchException in com.norconex.collector.http.fetch
Methods in com.norconex.collector.http.fetch that throw HttpFetchExceptionModifier and TypeMethodDescriptionIHttpFetcher.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 HttpFetchExceptionModifier and TypeMethodDescriptionGenericHttpFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod) 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 HttpFetchExceptionModifier and TypeMethodDescriptionWebDriverHttpFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod)