Uses of Class
com.norconex.crawler.web.ledger.WebCrawlerEntry
Packages that use WebCrawlerEntry
Package
Description
-
Uses of WebCrawlerEntry in com.norconex.crawler.web.doc.operations.recrawl
Methods in com.norconex.crawler.web.doc.operations.recrawl with parameters of type WebCrawlerEntryModifier and TypeMethodDescriptionbooleanRecrawlableResolver.isRecrawlable(WebCrawlerEntry prevDocRecord) Whether a document recrawlable or not. -
Uses of WebCrawlerEntry in com.norconex.crawler.web.doc.operations.recrawl.impl
Methods in com.norconex.crawler.web.doc.operations.recrawl.impl with parameters of type WebCrawlerEntryModifier and TypeMethodDescriptionbooleanGenericRecrawlableResolver.isRecrawlable(WebCrawlerEntry prevData) -
Uses of WebCrawlerEntry in com.norconex.crawler.web.doc.operations.scope
Methods in com.norconex.crawler.web.doc.operations.scope with parameters of type WebCrawlerEntryModifier and TypeMethodDescriptionUrlScopeResolver.resolve(String inScopeURL, WebCrawlerEntry candidateDocContext) -
Uses of WebCrawlerEntry in com.norconex.crawler.web.doc.operations.scope.impl
Methods in com.norconex.crawler.web.doc.operations.scope.impl with parameters of type WebCrawlerEntryModifier and TypeMethodDescriptionGenericUrlScopeResolver.resolve(String inScopeURL, WebCrawlerEntry candidateDocContext) -
Uses of WebCrawlerEntry in com.norconex.crawler.web.doc.operations.sitemap
Methods in com.norconex.crawler.web.doc.operations.sitemap that return types with arguments of type WebCrawlerEntryMethod parameters in com.norconex.crawler.web.doc.operations.sitemap with type arguments of type WebCrawlerEntryModifier and TypeMethodDescriptionSitemapContext.SitemapContextBuilder.urlConsumer(Consumer<WebCrawlerEntry> urlConsumer) -
Uses of WebCrawlerEntry in com.norconex.crawler.web.fetch.util
Methods in com.norconex.crawler.web.fetch.util with parameters of type WebCrawlerEntryModifier and TypeMethodDescriptionstatic voidApacheHttpUtil.applyResponseHeaders(org.apache.hc.core5.http.HttpResponse response, String prefix, Doc doc, WebCrawlerEntry crawlEntry) Applies the HTTP response headers to a document.static voidHstsResolver.resolve(org.apache.hc.client5.http.classic.HttpClient httpClient, WebCrawlerEntry docRecord) -
Uses of WebCrawlerEntry in com.norconex.crawler.web.ledger
Constructors in com.norconex.crawler.web.ledger with parameters of type WebCrawlerEntry -
Uses of WebCrawlerEntry in com.norconex.crawler.web.util
Methods in com.norconex.crawler.web.util with parameters of type WebCrawlerEntryModifier and TypeMethodDescriptionstatic voidWeb.fireIfUrlOutOfScope(CrawlerSession crawlSession, WebCrawlerEntry docContext, UrlScope urlScope)