Uses of Interface
com.norconex.collector.http.fetch.IHttpFetcher
Packages that use IHttpFetcher
Package
Description
-
Uses of IHttpFetcher in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return types with arguments of type IHttpFetcherMethods in com.norconex.collector.http.crawler with parameters of type IHttpFetcherModifier and TypeMethodDescriptionvoidHttpCrawlerConfig.setHttpFetchers(IHttpFetcher... httpFetchers) Sets HTTP fetchers.Method parameters in com.norconex.collector.http.crawler with type arguments of type IHttpFetcherModifier and TypeMethodDescriptionvoidHttpCrawlerConfig.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 IHttpFetcherModifier and TypeClassDescriptionclassBase 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 IHttpFetcherModifier and TypeMethodDescriptionvoidHttpFetchClientResponse.addResponse(IHttpFetchResponse resp, IHttpFetcher fetcher) Constructor parameters in com.norconex.collector.http.fetch with type arguments of type IHttpFetcherModifierConstructorDescriptionHttpFetchClient(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 IHttpFetcherModifier and TypeClassDescriptionclassDefault implementation ofIHttpFetcher, based on Apache HttpClient.classDeprecated. -
Uses of IHttpFetcher in com.norconex.collector.http.fetch.impl.webdriver
Classes in com.norconex.collector.http.fetch.impl.webdriver that implement IHttpFetcherModifier and TypeClassDescriptionclassUses Selenium WebDriver support for using native browsers to crawl documents.
WebDriverHttpFetcher