| Interface | Description |
|---|---|
| LinkExtractor |
This interface is used to extract the links from the downloaded markup as part of the crawl session.
|
| Mailer |
This interface provides an extensible point for sending an email after the crawl session has been finished.
|
| ResourceRewriter |
This interface is used to provide the implementation for rewriting links inside the downloaded markup.
|
| Class | Description |
|---|---|
| WebResource |
This class is used to represent a resource which is downloaded as part of a crawl session.
|