Class Summary |
Base64Coder |
A Base64 Encoder/Decoder. |
Crawler |
|
DiskResource |
A resource that saves its content (the response body) into a temporary file. |
DiskResourceFactory |
An implementation of the ResourceFactoryInt interface that creates instances of DiskResource. |
MemoryResource |
A resource that saves its content (response body) in memory. |
MemoryResourceFactory |
An implementation of the ResourceFactoryInt interface that creates instances of MemoryResource. |
Query |
An object that encapsulate an URL to be crawled and the returned crawl status. |
Resource |
|
Worker |
Subclass this and implement processResource() to do the work. |