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 HttpFetchClient
HttpCrawler. 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 HttpFetchClient
HttpCommitterPipelineContext. 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 HttpFetchClient
HttpImporterPipelineContext. 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 void
IHttpDocumentProcessor. 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 void
FeaturedImageProcessor. 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 RobotsTxt
IRobotsTxtProvider. 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 RobotsTxt
StandardRobotsTxtProvider. 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 void
ISitemapResolver. 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 void
GenericSitemapResolver. resolveSitemaps(HttpFetchClient fetcher, String urlRoot, List<String> sitemapLocations, Consumer<HttpDocInfo> sitemapURLConsumer, boolean startURLs)
-