Uses of Class
ai.preferred.venom.Crawler
-
Packages that use Crawler Package Description ai.preferred.venom -
-
Uses of Crawler in ai.preferred.venom
Methods in ai.preferred.venom that return Crawler Modifier and Type Method Description CrawlerCrawler.Builder. build()Builds the crawler with the options specified.static CrawlerCrawler. buildDefault()Builds a new default instance of Crawler.CrawlerCrawler. start()Starts the crawler by starting a new thread to poll for jobs.CrawlerCrawler. startAndClose()Starts the crawler by starting a new thread to poll for jobs and close it after the queue has reached 0.
-