Package | Description |
---|---|
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 | Field and Description |
---|---|
protected BaseHttpFetcher.RedirectMode |
BaseHttpFetcher._redirectMode
Deprecated.
|
static BaseHttpFetcher.RedirectMode |
BaseHttpFetcher.DEFAULT_REDIRECT_MODE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BaseHttpFetcher.RedirectMode |
BaseHttpFetcher.getRedirectMode()
Deprecated.
|
static BaseHttpFetcher.RedirectMode |
BaseHttpFetcher.RedirectMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseHttpFetcher.RedirectMode[] |
BaseHttpFetcher.RedirectMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseHttpFetcher.setRedirectMode(BaseHttpFetcher.RedirectMode mode)
Deprecated.
|
Copyright © 2009–2016 Crawler-Commons. All rights reserved.