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 voidAbstractHttpFetcher. fetcherThreadBegin(HttpCrawler crawler)Invoked each time a crawler begins a new crawler thread if that thread is the current thread.protected voidAbstractHttpFetcher. 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 voidWebDriverHttpFetcher. 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 HttpCrawlerHttpCommitterPipelineContext. 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 HttpCrawlerHttpImporterPipelineContext. 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 HttpCrawlerHttpQueuePipelineContext. getCrawler()Constructors in com.norconex.collector.http.pipeline.queue with parameters of type HttpCrawler Constructor Description HttpQueuePipelineContext(HttpCrawler crawler, HttpDocInfo docInfo)
-