Modifier and Type | Method and Description |
---|---|
static UrlStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UrlStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlStatus UNFETCHED
public static final UrlStatus SKIPPED_BLOCKED
public static final UrlStatus SKIPPED_UNKNOWN_HOST
public static final UrlStatus SKIPPED_INVALID_URL
public static final UrlStatus SKIPPED_DEFERRED
public static final UrlStatus SKIPPED_BY_SCORER
public static final UrlStatus SKIPPED_BY_SCORE
public static final UrlStatus SKIPPED_TIME_LIMIT
public static final UrlStatus SKIPPED_FILTERED
public static final UrlStatus SKIPPED_PER_SERVER_LIMIT
public static final UrlStatus SKIPPED_INTERRUPTED
public static final UrlStatus SKIPPED_INEFFICIENT
public static final UrlStatus ABORTED_SLOW_RESPONSE
public static final UrlStatus ABORTED_FETCHER_POLICY
public static final UrlStatus HTTP_REDIRECTION_ERROR
public static final UrlStatus HTTP_TOO_MANY_REDIRECTS
public static final UrlStatus HTTP_MOVED_PERMANENTLY
public static final UrlStatus HTTP_CLIENT_ERROR
public static final UrlStatus HTTP_UNAUTHORIZED
public static final UrlStatus HTTP_FORBIDDEN
public static final UrlStatus HTTP_NOT_FOUND
public static final UrlStatus HTTP_GONE
public static final UrlStatus HTTP_SERVER_ERROR
public static final UrlStatus ERROR_INVALID_URL
public static final UrlStatus ERROR_IOEXCEPTION
public static final UrlStatus FETCHED
public static UrlStatus[] values()
for (UrlStatus c : UrlStatus.values()) System.out.println(c);
public static UrlStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2012 Bixo Labs