|
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. |