Uses of Class
com.norconex.collector.http.fetch.HttpFetchClient
Packages that use HttpFetchClient
Package
Description
-
Uses of HttpFetchClient in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return HttpFetchClient -
Uses of HttpFetchClient in com.norconex.collector.http.pipeline.committer
Methods in com.norconex.collector.http.pipeline.committer that return HttpFetchClient -
Uses of HttpFetchClient in com.norconex.collector.http.pipeline.importer
Methods in com.norconex.collector.http.pipeline.importer that return HttpFetchClient -
Uses of HttpFetchClient in com.norconex.collector.http.processor
Methods in com.norconex.collector.http.processor with parameters of type HttpFetchClientModifier and TypeMethodDescriptionvoidIHttpDocumentProcessor.processDocument(HttpFetchClient fetchClient, Doc doc) Processes a document. -
Uses of HttpFetchClient in com.norconex.collector.http.processor.impl
Methods in com.norconex.collector.http.processor.impl with parameters of type HttpFetchClientModifier and TypeMethodDescriptionvoidFeaturedImageProcessor.processDocument(HttpFetchClient fetcher, Doc doc) -
Uses of HttpFetchClient in com.norconex.collector.http.robot
Methods in com.norconex.collector.http.robot with parameters of type HttpFetchClientModifier and TypeMethodDescriptionIRobotsTxtProvider.getRobotsTxt(HttpFetchClient fetchClient, String url) Gets robots.txt rules. -
Uses of HttpFetchClient in com.norconex.collector.http.robot.impl
Methods in com.norconex.collector.http.robot.impl with parameters of type HttpFetchClientModifier and TypeMethodDescriptionStandardRobotsTxtProvider.getRobotsTxt(HttpFetchClient fetcher, String url) -
Uses of HttpFetchClient in com.norconex.collector.http.sitemap
Methods in com.norconex.collector.http.sitemap with parameters of type HttpFetchClientModifier and TypeMethodDescriptionvoidISitemapResolver.resolveSitemaps(HttpFetchClient httpFetcher, String urlRoot, List<String> sitemapLocations, Consumer<HttpDocInfo> sitemapURLConsumer, boolean startURLs) Resolves the sitemap instructions for a URL "root" (e.g. -
Uses of HttpFetchClient in com.norconex.collector.http.sitemap.impl
Methods in com.norconex.collector.http.sitemap.impl with parameters of type HttpFetchClientModifier and TypeMethodDescriptionvoidGenericSitemapResolver.resolveSitemaps(HttpFetchClient fetcher, String urlRoot, List<String> sitemapLocations, Consumer<HttpDocInfo> sitemapURLConsumer, boolean startURLs)