Uses of Class
com.norconex.collector.http.HttpCollector
Packages that use HttpCollector
Package
Description
-
Uses of HttpCollector in com.norconex.collector.http.crawler
Constructors in com.norconex.collector.http.crawler with parameters of type HttpCollectorModifierConstructorDescriptionHttpCrawler(HttpCrawlerConfig crawlerConfig, HttpCollector collector) Constructor. -
Uses of HttpCollector in com.norconex.collector.http.fetch
Methods in com.norconex.collector.http.fetch with parameters of type HttpCollectorModifier and TypeMethodDescriptionprotected voidAbstractHttpFetcher.fetcherShutdown(HttpCollector collector) Invoked once per fetcher when the collector ends.protected voidAbstractHttpFetcher.fetcherStartup(HttpCollector collector) Invoked once per fetcher instance, when the collector starts. -
Uses of HttpCollector in com.norconex.collector.http.fetch.impl
Methods in com.norconex.collector.http.fetch.impl with parameters of type HttpCollectorModifier and TypeMethodDescriptionprotected voidGenericHttpFetcher.fetcherShutdown(HttpCollector c) protected voidGenericHttpFetcher.fetcherStartup(HttpCollector c) -
Uses of HttpCollector in com.norconex.collector.http.fetch.impl.webdriver
Methods in com.norconex.collector.http.fetch.impl.webdriver with parameters of type HttpCollectorModifier and TypeMethodDescriptionprotected voidWebDriverHttpFetcher.fetcherShutdown(HttpCollector c) protected voidWebDriverHttpFetcher.fetcherStartup(HttpCollector c)