Uses of Interface
com.norconex.collector.http.fetch.IHttpFetcher
-
Packages that use IHttpFetcher Package Description com.norconex.collector.http.crawler com.norconex.collector.http.fetch com.norconex.collector.http.fetch.impl com.norconex.collector.http.fetch.impl.webdriver -
-
Uses of IHttpFetcher in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return types with arguments of type IHttpFetcher Modifier and Type Method Description List<IHttpFetcher>
HttpCrawlerConfig. getHttpFetchers()
Gets HTTP fetchers.Methods in com.norconex.collector.http.crawler with parameters of type IHttpFetcher Modifier and Type Method Description void
HttpCrawlerConfig. setHttpFetchers(IHttpFetcher... httpFetchers)
Sets HTTP fetchers.Method parameters in com.norconex.collector.http.crawler with type arguments of type IHttpFetcher Modifier and Type Method Description void
HttpCrawlerConfig. setHttpFetchers(List<IHttpFetcher> httpFetchers)
Sets HTTP fetchers. -
Uses of IHttpFetcher in com.norconex.collector.http.fetch
Classes in com.norconex.collector.http.fetch that implement IHttpFetcher Modifier and Type Class Description class
AbstractHttpFetcher
Base class implementing theAbstractHttpFetcher.accept(Doc, HttpMethod)
method using reference filters to determine if this fetcher will accept to fetch a URL and delegating the HTTP method check to its ownAbstractHttpFetcher.accept(HttpMethod)
abstract method.Methods in com.norconex.collector.http.fetch with parameters of type IHttpFetcher Modifier and Type Method Description void
HttpFetchClientResponse. addResponse(IHttpFetchResponse resp, IHttpFetcher fetcher)
Constructor parameters in com.norconex.collector.http.fetch with type arguments of type IHttpFetcher Constructor Description HttpFetchClient(CachedStreamFactory streamFactory, List<IHttpFetcher> httpFetchers, int maxRetries, long retryDelay)
-
Uses of IHttpFetcher in com.norconex.collector.http.fetch.impl
Classes in com.norconex.collector.http.fetch.impl that implement IHttpFetcher Modifier and Type Class Description class
GenericHttpFetcher
Default implementation ofIHttpFetcher
, based on Apache HttpClient.class
PhantomJSDocumentFetcher
Deprecated.Since 3.0.0 useWebDriverHttpFetcher
-
Uses of IHttpFetcher in com.norconex.collector.http.fetch.impl.webdriver
Classes in com.norconex.collector.http.fetch.impl.webdriver that implement IHttpFetcher Modifier and Type Class Description class
WebDriverHttpFetcher
Uses Selenium WebDriver support for using native browsers to crawl documents.
-