| Interface | Description |
|---|---|
| ScrapingHttpClient |
Interface for a scraping http client
|
| Class | Description |
|---|---|
| AbstractScrapingHttpClient |
Class with method's for preparing scrapeable files to be scraped, etc...
|
| ApacheScrapingHttpClient |
Scraping client that uses the Apache HTTP Client
|
| AsyncCookieManager2 |
Cookie Manager for use with the AsyncHttpClient2
|
| AsyncNingCookieManager |
Cookie Manager for use with the AsyncNingHttpClient
|
| AsyncNingScrapingHttpClient |
Scraping client that uses the Ning Async Client
|
| AsyncScrapingHttpClient2 |
Async HTTP client.
|
| AsyncScrapingHttpClient2.SharedAsyncHttpClient |
Class to wrap an async client so it can be shared (save on resources) but still closed like normal
|
| BasicCookieManager |
Basic Cookie Manager
|
| CurlHttpClient |
Http Client that uses cURL.
|
| Enum | Description |
|---|---|
| ScrapingHttpClientType |
Enumeration of the types of HTTP clients built into screen-scraper.
|