@Deprecated public enum AbortedFetchReason extends Enum<AbortedFetchReason>
Enum Constant and Description |
---|
CONTENT_SIZE
Deprecated.
|
INTERRUPTED
Deprecated.
|
INVALID_MIMETYPE
Deprecated.
|
SLOW_RESPONSE_RATE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AbortedFetchReason |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AbortedFetchReason[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbortedFetchReason SLOW_RESPONSE_RATE
public static final AbortedFetchReason INVALID_MIMETYPE
public static final AbortedFetchReason INTERRUPTED
public static final AbortedFetchReason CONTENT_SIZE
public static AbortedFetchReason[] values()
for (AbortedFetchReason c : AbortedFetchReason.values()) System.out.println(c);
public static AbortedFetchReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2009–2016 Crawler-Commons. All rights reserved.