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 void
HstsResolver. 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 HttpDocInfo
HttpCommitterPipelineContext. 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 HttpDocInfo
HttpImporterPipelineContext. getCachedDocInfo()
HttpDocInfo
HttpImporterPipelineContext. 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 HttpDocInfo
HttpQueuePipelineContext. 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 boolean
IRecrawlableResolver. 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 boolean
GenericRecrawlableResolver. 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 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 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 void
GenericSitemapResolver. resolveSitemaps(HttpFetchClient fetcher, String urlRoot, List<String> sitemapLocations, Consumer<HttpDocInfo> sitemapURLConsumer, boolean startURLs)
-