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 |
---|---|
AbortedFetchReason |
AbortedFetchException.getAbortReason()
Deprecated.
|
static AbortedFetchReason |
AbortedFetchReason.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AbortedFetchReason[] |
AbortedFetchReason.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbortedFetchException(String url,
AbortedFetchReason abortReason)
Deprecated.
|
AbortedFetchException(String url,
String msg,
AbortedFetchReason abortReason)
Deprecated.
|
Copyright © 2009–2016 Crawler-Commons. All rights reserved.