Package | Description |
---|---|
crawlercommons.fetcher.file |
SimpleFileFetcher code which extends the BaseFetcher . |
crawlercommons.fetcher.http |
This package concerns the fetching of files over the HTTP protocol:
Extending from
BaseHttpFetcher (which itself extends BaseFetcher ) the
SimpleHttpFetcher provides the Crawler Commons HTTP fetching implementation. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleFileFetcher
Deprecated.
As of release 0.6.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseHttpFetcher
Deprecated.
As of release 0.6. We recommend directly using Apache HttpClient,
async-http-client, or any other robust, industrial-strength HTTP
clients.
|
class |
SimpleHttpFetcher
Deprecated.
As of release 0.6. We recommend directly using Apache HttpClient,
async-http-client, or any other robust, industrial-strength HTTP
clients.
|
Copyright © 2009–2016 Crawler-Commons. All rights reserved.