|
Class Summary |
| Spider |
A spider is a special sort of bot that crawls the pages on a web site. |
| SpiderInputStream |
This class is used by the spider to both parse and save an InputStream. |
| SpiderParseHTML |
This class layers on top of the ParseHTML class and allows the spider to
extract what link information it needs. |
| SpiderWorker |
The SpiderWorker class implements the EncogTask interface. |
| WorkloadItem |
This is a Hibernate persisted class that holds the workload for the spider. |
| WorkloadStatus |
The status that an individual workload item is in. |