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 void
AbstractHttpFetcher. fetcherShutdown(HttpCollector collector)
Invoked once per fetcher when the collector ends.protected void
AbstractHttpFetcher. 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 void
GenericHttpFetcher. fetcherShutdown(HttpCollector c)
protected void
GenericHttpFetcher. 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 void
WebDriverHttpFetcher. fetcherShutdown(HttpCollector c)
protected void
WebDriverHttpFetcher. fetcherStartup(HttpCollector c)
-