Uses of Class
com.norconex.collector.http.doc.HttpDocInfo
-
-
Uses of HttpDocInfo in com.norconex.collector.http.fetch.util
Methods in com.norconex.collector.http.fetch.util with parameters of type HttpDocInfo Modifier and Type Method Description static 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 Modifier and Type Method Description HttpDocInfoHttpCommitterPipelineContext. getDocInfo() -
Uses of HttpDocInfo in com.norconex.collector.http.pipeline.importer
Methods in com.norconex.collector.http.pipeline.importer that return HttpDocInfo Modifier and Type Method Description HttpDocInfoHttpImporterPipelineContext. getCachedDocInfo()HttpDocInfoHttpImporterPipelineContext. getDocInfo() -
Uses of HttpDocInfo in com.norconex.collector.http.pipeline.queue
Methods in com.norconex.collector.http.pipeline.queue that return HttpDocInfo Modifier and Type Method Description HttpDocInfoHttpQueuePipelineContext. getDocInfo()Constructors in com.norconex.collector.http.pipeline.queue with parameters of type HttpDocInfo Constructor Description HttpQueuePipelineContext(HttpCrawler crawler, HttpDocInfo docInfo) -
Uses of HttpDocInfo in com.norconex.collector.http.recrawl
Methods in com.norconex.collector.http.recrawl with parameters of type HttpDocInfo Modifier and Type Method Description booleanIRecrawlableResolver. 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 HttpDocInfo Modifier and Type Method Description booleanGenericRecrawlableResolver. 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 HttpDocInfo 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 HttpDocInfo in com.norconex.collector.http.sitemap.impl
Method parameters in com.norconex.collector.http.sitemap.impl with type arguments of type HttpDocInfo Modifier and Type Method Description voidGenericSitemapResolver. resolveSitemaps(HttpFetchClient fetcher, String urlRoot, List<String> sitemapLocations, Consumer<HttpDocInfo> sitemapURLConsumer, boolean startURLs)
-