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 IHttpFetchResponseIHttpFetcher. 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 IHttpFetchResponseGenericHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)IHttpFetchResponsePhantomJSDocumentFetcher. 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 IHttpFetchResponseWebDriverHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)
-