public interface ProtocolStatusCodes
Modifier and Type | Field and Description |
---|---|
static int |
ACCESS_DENIED
Access denied - authorization required, but missing/incorrect.
|
static int |
BLOCKED
Thread was blocked http.max.delays times during fetching.
|
static int |
EXCEPTION
Unspecified exception occured.
|
static int |
FAILED
Content was not retrieved.
|
static int |
GONE
Resource is gone.
|
static int |
MOVED
Resource has moved permanently.
|
static int |
NOTFETCHING
Not fetching.
|
static int |
NOTFOUND
Resource was not found.
|
static int |
NOTMODIFIED
Unchanged since the last fetch.
|
static int |
PROTO_NOT_FOUND
This protocol was not found.
|
static int |
REDIR_EXCEEDED
Too many redirects.
|
static int |
RETRY
Temporary failure.
|
static int |
ROBOTS_DENIED
Access denied by robots.txt rules.
|
static int |
SUCCESS
Content was retrieved without errors.
|
static int |
TEMP_MOVED
Resource has moved temporarily.
|
static int |
WOULDBLOCK
Request was refused by protocol plugins, because it would block.
|
static final int SUCCESS
static final int FAILED
static final int PROTO_NOT_FOUND
static final int GONE
static final int MOVED
static final int TEMP_MOVED
static final int NOTFOUND
static final int RETRY
static final int EXCEPTION
static final int ACCESS_DENIED
static final int ROBOTS_DENIED
static final int REDIR_EXCEEDED
static final int NOTFETCHING
static final int NOTMODIFIED
static final int WOULDBLOCK
static final int BLOCKED
Copyright © 2019 The Apache Software Foundation