Uses of Class
com.norconex.collector.http.fetch.HttpFetchClient
-
-
Uses of HttpFetchClient in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return HttpFetchClient Modifier and Type Method Description HttpFetchClientHttpCrawler. getHttpFetchClient() -
Uses of HttpFetchClient in com.norconex.collector.http.pipeline.committer
Methods in com.norconex.collector.http.pipeline.committer that return HttpFetchClient Modifier and Type Method Description HttpFetchClientHttpCommitterPipelineContext. getHttpFetchClient() -
Uses of HttpFetchClient in com.norconex.collector.http.pipeline.importer
Methods in com.norconex.collector.http.pipeline.importer that return HttpFetchClient Modifier and Type Method Description HttpFetchClientHttpImporterPipelineContext. getHttpFetchClient() -
Uses of HttpFetchClient in com.norconex.collector.http.processor
Methods in com.norconex.collector.http.processor with parameters of type HttpFetchClient Modifier and Type Method Description voidIHttpDocumentProcessor. 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 HttpFetchClient Modifier and Type Method Description voidFeaturedImageProcessor. 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 HttpFetchClient Modifier and Type Method Description RobotsTxtIRobotsTxtProvider. 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 HttpFetchClient Modifier and Type Method Description RobotsTxtStandardRobotsTxtProvider. 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 HttpFetchClient Modifier and Type Method Description voidISitemapResolver. 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 HttpFetchClient Modifier and Type Method Description voidGenericSitemapResolver. resolveSitemaps(HttpFetchClient fetcher, String urlRoot, List<String> sitemapLocations, Consumer<HttpDocInfo> sitemapURLConsumer, boolean startURLs)
-