Uses of Class
com.norconex.collector.http.crawler.HttpCrawler
-
-
Uses of HttpCrawler in com.norconex.collector.http.fetch
Methods in com.norconex.collector.http.fetch with parameters of type HttpCrawler Modifier and Type Method Description protected void
AbstractHttpFetcher. fetcherThreadBegin(HttpCrawler crawler)
Invoked each time a crawler begins a new crawler thread if that thread is the current thread.protected void
AbstractHttpFetcher. fetcherThreadEnd(HttpCrawler crawler)
Invoked each time a crawler ends an existing crawler thread if that thread is the current thread. -
Uses of HttpCrawler in com.norconex.collector.http.fetch.impl.webdriver
Methods in com.norconex.collector.http.fetch.impl.webdriver with parameters of type HttpCrawler Modifier and Type Method Description protected void
WebDriverHttpFetcher. fetcherThreadBegin(HttpCrawler crawler)
protected void
WebDriverHttpFetcher. fetcherThreadEnd(HttpCrawler crawler)
-
Uses of HttpCrawler in com.norconex.collector.http.pipeline.committer
Methods in com.norconex.collector.http.pipeline.committer that return HttpCrawler Modifier and Type Method Description HttpCrawler
HttpCommitterPipelineContext. getCrawler()
Constructors in com.norconex.collector.http.pipeline.committer with parameters of type HttpCrawler Constructor Description HttpCommitterPipelineContext(HttpCrawler crawler, CrawlDoc doc)
-
Uses of HttpCrawler in com.norconex.collector.http.pipeline.importer
Methods in com.norconex.collector.http.pipeline.importer that return HttpCrawler Modifier and Type Method Description HttpCrawler
HttpImporterPipelineContext. getCrawler()
Constructors in com.norconex.collector.http.pipeline.importer with parameters of type HttpCrawler Constructor Description HttpImporterPipelineContext(HttpCrawler crawler, CrawlDoc doc)
-
Uses of HttpCrawler in com.norconex.collector.http.pipeline.queue
Methods in com.norconex.collector.http.pipeline.queue that return HttpCrawler Modifier and Type Method Description HttpCrawler
HttpQueuePipelineContext. getCrawler()
Constructors in com.norconex.collector.http.pipeline.queue with parameters of type HttpCrawler Constructor Description HttpQueuePipelineContext(HttpCrawler crawler, HttpDocInfo docInfo)
-