Package | Description |
---|---|
crawlercommons.fetcher |
The main fetching package within Crawler Commons, this package defines base fetching
and encoding classes, Enum's to determine reasoning behind typical fetching behaviour
as well as the base Exceptions which may be used.
|
Modifier and Type | Method and Description |
---|---|
RedirectFetchException.RedirectExceptionReason |
RedirectFetchException.getReason()
Deprecated.
|
static RedirectFetchException.RedirectExceptionReason |
RedirectFetchException.RedirectExceptionReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedirectFetchException.RedirectExceptionReason[] |
RedirectFetchException.RedirectExceptionReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RedirectFetchException(String url,
String redirectedUrl,
RedirectFetchException.RedirectExceptionReason reason)
Deprecated.
|
Copyright © 2009–2016 Crawler-Commons. All rights reserved.