Uses of Class
com.norconex.collector.http.HttpCollector
-
Packages that use HttpCollector Package Description com.norconex.collector.http.crawler com.norconex.collector.http.fetch com.norconex.collector.http.fetch.impl com.norconex.collector.http.fetch.impl.webdriver -
-
Uses of HttpCollector in com.norconex.collector.http.crawler
Constructors in com.norconex.collector.http.crawler with parameters of type HttpCollector Constructor Description HttpCrawler(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 HttpCollector Modifier and Type Method Description protected 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 HttpCollector Modifier and Type Method Description protected 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 HttpCollector Modifier and Type Method Description protected voidWebDriverHttpFetcher. fetcherShutdown(HttpCollector c)protected voidWebDriverHttpFetcher. fetcherStartup(HttpCollector c)
-