Package org.apache.http
Interface HttpStatus
-
public interface HttpStatusConstants enumerating the HTTP status codes. All status codes defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), and RFC2518 (WebDAV) are listed.- Since:
- 4.0
- See Also:
StatusLine, RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), RFC2518 (WebDAV)
-
-
Field Summary
Fields Modifier and Type Field Description static intSC_ACCEPTED202 Accepted(HTTP/1.0 - RFC 1945)static intSC_BAD_GATEWAY502 Bad Gateway(HTTP/1.0 - RFC 1945)static intSC_BAD_REQUEST400 Bad Request(HTTP/1.1 - RFC 2616)static intSC_CONFLICT409 Conflict(HTTP/1.1 - RFC 2616)static intSC_CONTINUE100 Continue(HTTP/1.1 - RFC 2616)static intSC_CREATED201 Created(HTTP/1.0 - RFC 1945)static intSC_EXPECTATION_FAILED417 Expectation Failed(HTTP/1.1 - RFC 2616)static intSC_FAILED_DEPENDENCY424 Failed Dependency(WebDAV - RFC 2518)static intSC_FORBIDDEN403 Forbidden(HTTP/1.0 - RFC 1945)static intSC_GATEWAY_TIMEOUT504 Gateway Timeout(HTTP/1.1 - RFC 2616)static intSC_GONE410 Gone(HTTP/1.1 - RFC 2616)static intSC_HTTP_VERSION_NOT_SUPPORTED505 HTTP Version Not Supported(HTTP/1.1 - RFC 2616)static intSC_INSUFFICIENT_SPACE_ON_RESOURCEStatic constant for a 419 error.static intSC_INSUFFICIENT_STORAGE507 Insufficient Storage(WebDAV - RFC 2518)static intSC_INTERNAL_SERVER_ERROR500 Server Error(HTTP/1.0 - RFC 1945)static intSC_LENGTH_REQUIRED411 Length Required(HTTP/1.1 - RFC 2616)static intSC_LOCKED423 Locked(WebDAV - RFC 2518)static intSC_METHOD_FAILUREStatic constant for a 420 error.static intSC_METHOD_NOT_ALLOWED405 Method Not Allowed(HTTP/1.1 - RFC 2616)static intSC_MOVED_PERMANENTLY301 Moved Permanently(HTTP/1.0 - RFC 1945)static intSC_MOVED_TEMPORARILY302 Moved Temporarily(SometimesFound) (HTTP/1.0 - RFC 1945)static intSC_MULTI_STATUS207 Multi-Status(WebDAV - RFC 2518) or207 Partial Update OK(HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)static intSC_MULTIPLE_CHOICES300 Mutliple Choices(HTTP/1.1 - RFC 2616)static intSC_NO_CONTENT204 No Content(HTTP/1.0 - RFC 1945)static intSC_NON_AUTHORITATIVE_INFORMATION203 Non Authoritative Information(HTTP/1.1 - RFC 2616)static intSC_NOT_ACCEPTABLE406 Not Acceptable(HTTP/1.1 - RFC 2616)static intSC_NOT_FOUND404 Not Found(HTTP/1.0 - RFC 1945)static intSC_NOT_IMPLEMENTED501 Not Implemented(HTTP/1.0 - RFC 1945)static intSC_NOT_MODIFIED304 Not Modified(HTTP/1.0 - RFC 1945)static intSC_OK200 OK(HTTP/1.0 - RFC 1945)static intSC_PARTIAL_CONTENT206 Partial Content(HTTP/1.1 - RFC 2616)static intSC_PAYMENT_REQUIRED402 Payment Required(HTTP/1.1 - RFC 2616)static intSC_PRECONDITION_FAILED412 Precondition Failed(HTTP/1.1 - RFC 2616)static intSC_PROCESSING102 Processing(WebDAV - RFC 2518)static intSC_PROXY_AUTHENTICATION_REQUIRED407 Proxy Authentication Required(HTTP/1.1 - RFC 2616)static intSC_REQUEST_TIMEOUT408 Request Timeout(HTTP/1.1 - RFC 2616)static intSC_REQUEST_TOO_LONG413 Request Entity Too Large(HTTP/1.1 - RFC 2616)static intSC_REQUEST_URI_TOO_LONG414 Request-URI Too Long(HTTP/1.1 - RFC 2616)static intSC_REQUESTED_RANGE_NOT_SATISFIABLE416 Requested Range Not Satisfiable(HTTP/1.1 - RFC 2616)static intSC_RESET_CONTENT205 Reset Content(HTTP/1.1 - RFC 2616)static intSC_SEE_OTHER303 See Other(HTTP/1.1 - RFC 2616)static intSC_SERVICE_UNAVAILABLE503 Service Unavailable(HTTP/1.0 - RFC 1945)static intSC_SWITCHING_PROTOCOLS101 Switching Protocols(HTTP/1.1 - RFC 2616)static intSC_TEMPORARY_REDIRECT307 Temporary Redirect(HTTP/1.1 - RFC 2616)static intSC_UNAUTHORIZED401 Unauthorized(HTTP/1.0 - RFC 1945)static intSC_UNPROCESSABLE_ENTITY422 Unprocessable Entity(WebDAV - RFC 2518)static intSC_UNSUPPORTED_MEDIA_TYPE415 Unsupported Media Type(HTTP/1.1 - RFC 2616)static intSC_USE_PROXY305 Use Proxy(HTTP/1.1 - RFC 2616)
-
-
-
Field Detail
-
SC_CONTINUE
static final int SC_CONTINUE
100 Continue(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_SWITCHING_PROTOCOLS
static final int SC_SWITCHING_PROTOCOLS
101 Switching Protocols(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_PROCESSING
static final int SC_PROCESSING
102 Processing(WebDAV - RFC 2518)- See Also:
- Constant Field Values
-
SC_OK
static final int SC_OK
200 OK(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_CREATED
static final int SC_CREATED
201 Created(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_ACCEPTED
static final int SC_ACCEPTED
202 Accepted(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_NON_AUTHORITATIVE_INFORMATION
static final int SC_NON_AUTHORITATIVE_INFORMATION
203 Non Authoritative Information(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_NO_CONTENT
static final int SC_NO_CONTENT
204 No Content(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_RESET_CONTENT
static final int SC_RESET_CONTENT
205 Reset Content(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_PARTIAL_CONTENT
static final int SC_PARTIAL_CONTENT
206 Partial Content(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_MULTI_STATUS
static final int SC_MULTI_STATUS
207 Multi-Status(WebDAV - RFC 2518) or207 Partial Update OK(HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)- See Also:
- Constant Field Values
-
SC_MULTIPLE_CHOICES
static final int SC_MULTIPLE_CHOICES
300 Mutliple Choices(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_MOVED_PERMANENTLY
static final int SC_MOVED_PERMANENTLY
301 Moved Permanently(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_MOVED_TEMPORARILY
static final int SC_MOVED_TEMPORARILY
302 Moved Temporarily(SometimesFound) (HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_SEE_OTHER
static final int SC_SEE_OTHER
303 See Other(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_NOT_MODIFIED
static final int SC_NOT_MODIFIED
304 Not Modified(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_USE_PROXY
static final int SC_USE_PROXY
305 Use Proxy(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_TEMPORARY_REDIRECT
static final int SC_TEMPORARY_REDIRECT
307 Temporary Redirect(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_BAD_REQUEST
static final int SC_BAD_REQUEST
400 Bad Request(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_UNAUTHORIZED
static final int SC_UNAUTHORIZED
401 Unauthorized(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_PAYMENT_REQUIRED
static final int SC_PAYMENT_REQUIRED
402 Payment Required(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_FORBIDDEN
static final int SC_FORBIDDEN
403 Forbidden(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_NOT_FOUND
static final int SC_NOT_FOUND
404 Not Found(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_METHOD_NOT_ALLOWED
static final int SC_METHOD_NOT_ALLOWED
405 Method Not Allowed(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_NOT_ACCEPTABLE
static final int SC_NOT_ACCEPTABLE
406 Not Acceptable(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_PROXY_AUTHENTICATION_REQUIRED
static final int SC_PROXY_AUTHENTICATION_REQUIRED
407 Proxy Authentication Required(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_REQUEST_TIMEOUT
static final int SC_REQUEST_TIMEOUT
408 Request Timeout(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_CONFLICT
static final int SC_CONFLICT
409 Conflict(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_GONE
static final int SC_GONE
410 Gone(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_LENGTH_REQUIRED
static final int SC_LENGTH_REQUIRED
411 Length Required(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_PRECONDITION_FAILED
static final int SC_PRECONDITION_FAILED
412 Precondition Failed(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_REQUEST_TOO_LONG
static final int SC_REQUEST_TOO_LONG
413 Request Entity Too Large(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_REQUEST_URI_TOO_LONG
static final int SC_REQUEST_URI_TOO_LONG
414 Request-URI Too Long(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_UNSUPPORTED_MEDIA_TYPE
static final int SC_UNSUPPORTED_MEDIA_TYPE
415 Unsupported Media Type(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_REQUESTED_RANGE_NOT_SATISFIABLE
static final int SC_REQUESTED_RANGE_NOT_SATISFIABLE
416 Requested Range Not Satisfiable(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_EXPECTATION_FAILED
static final int SC_EXPECTATION_FAILED
417 Expectation Failed(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_INSUFFICIENT_SPACE_ON_RESOURCE
static final int SC_INSUFFICIENT_SPACE_ON_RESOURCE
Static constant for a 419 error.419 Insufficient Space on Resource(WebDAV - draft-ietf-webdav-protocol-05?) or419 Proxy Reauthentication Required(HTTP/1.1 drafts?)- See Also:
- Constant Field Values
-
SC_METHOD_FAILURE
static final int SC_METHOD_FAILURE
Static constant for a 420 error.420 Method Failure(WebDAV - draft-ietf-webdav-protocol-05?)- See Also:
- Constant Field Values
-
SC_UNPROCESSABLE_ENTITY
static final int SC_UNPROCESSABLE_ENTITY
422 Unprocessable Entity(WebDAV - RFC 2518)- See Also:
- Constant Field Values
-
SC_LOCKED
static final int SC_LOCKED
423 Locked(WebDAV - RFC 2518)- See Also:
- Constant Field Values
-
SC_FAILED_DEPENDENCY
static final int SC_FAILED_DEPENDENCY
424 Failed Dependency(WebDAV - RFC 2518)- See Also:
- Constant Field Values
-
SC_INTERNAL_SERVER_ERROR
static final int SC_INTERNAL_SERVER_ERROR
500 Server Error(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_NOT_IMPLEMENTED
static final int SC_NOT_IMPLEMENTED
501 Not Implemented(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_BAD_GATEWAY
static final int SC_BAD_GATEWAY
502 Bad Gateway(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_SERVICE_UNAVAILABLE
static final int SC_SERVICE_UNAVAILABLE
503 Service Unavailable(HTTP/1.0 - RFC 1945)- See Also:
- Constant Field Values
-
SC_GATEWAY_TIMEOUT
static final int SC_GATEWAY_TIMEOUT
504 Gateway Timeout(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_HTTP_VERSION_NOT_SUPPORTED
static final int SC_HTTP_VERSION_NOT_SUPPORTED
505 HTTP Version Not Supported(HTTP/1.1 - RFC 2616)- See Also:
- Constant Field Values
-
SC_INSUFFICIENT_STORAGE
static final int SC_INSUFFICIENT_STORAGE
507 Insufficient Storage(WebDAV - RFC 2518)- See Also:
- Constant Field Values
-
-