The Encog Project

Package org.encog.bot.spider

Interface Summary
SpiderReportable SpiderReportable: This interface defines a class that the spider can report its findings to.
 

Class Summary
SimpleReport SimpleReport: This is a very simple implementation of the SpiderReportable interface.
Spider Spider: This is the main class that implements the Heaton Research Spider.
SpiderInputStream SpiderInputStream: This class is used by the spider to both parse and save an InputStream.
SpiderOptions SpiderOptions: This class contains options for the spider's execution.
SpiderParseHTML SpiderParseHTML: This class layers on top of the ParseHTML class and allows the spider to extract what link information it needs.
SpiderWorker SpiderWorker: This class forms the workloads that are passed onto the thread pool.
 

Enum Summary
SpiderReportable.URLType The types of link that can be encountered.
 

Exception Summary
SpiderError SpiderException: This exception is thrown when the spider encounters an error.
 


The Encog Project