Uses of Class
com.norconex.collector.http.doc.HttpDocInfo
Packages that use HttpDocInfo
Package
Description
-
Uses of HttpDocInfo in com.norconex.collector.http.fetch.util
Methods in com.norconex.collector.http.fetch.util with parameters of type HttpDocInfoModifier and TypeMethodDescriptionstatic voidHstsResolver.resolve(org.apache.http.client.HttpClient httpClient, HttpDocInfo docInfo) -
Uses of HttpDocInfo in com.norconex.collector.http.pipeline.committer
Methods in com.norconex.collector.http.pipeline.committer that return HttpDocInfo -
Uses of HttpDocInfo in com.norconex.collector.http.pipeline.importer
Methods in com.norconex.collector.http.pipeline.importer that return HttpDocInfoModifier and TypeMethodDescriptionHttpImporterPipelineContext.getCachedDocInfo()HttpImporterPipelineContext.getDocInfo() -
Uses of HttpDocInfo in com.norconex.collector.http.pipeline.queue
Methods in com.norconex.collector.http.pipeline.queue that return HttpDocInfoConstructors in com.norconex.collector.http.pipeline.queue with parameters of type HttpDocInfo -
Uses of HttpDocInfo in com.norconex.collector.http.recrawl
Methods in com.norconex.collector.http.recrawl with parameters of type HttpDocInfoModifier and TypeMethodDescriptionbooleanIRecrawlableResolver.isRecrawlable(HttpDocInfo prevDocInfo) Whether a document recrawlable or not. -
Uses of HttpDocInfo in com.norconex.collector.http.recrawl.impl
Methods in com.norconex.collector.http.recrawl.impl with parameters of type HttpDocInfoModifier and TypeMethodDescriptionbooleanGenericRecrawlableResolver.isRecrawlable(HttpDocInfo prevData) -
Uses of HttpDocInfo in com.norconex.collector.http.sitemap
Method parameters in com.norconex.collector.http.sitemap with type arguments of type HttpDocInfoModifier 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 HttpDocInfo in com.norconex.collector.http.sitemap.impl
Method parameters in com.norconex.collector.http.sitemap.impl with type arguments of type HttpDocInfoModifier and TypeMethodDescriptionvoidGenericSitemapResolver.resolveSitemaps(HttpFetchClient fetcher, String urlRoot, List<String> sitemapLocations, Consumer<HttpDocInfo> sitemapURLConsumer, boolean startURLs)