| |
|
| org.apache.http.HttpStatus
HttpStatus | public interface HttpStatus (Code) | | Constants enumerating the HTTP status codes.
All status codes defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), and
RFC2518 (WebDAV) are listed.
See Also: StatusLine author: Unascribed author: Mike Bowler author: Jeff Dever version: $Revision: 503381 $ |
SC_ACCEPTED | final public static int SC_ACCEPTED(Code) | | 202 Accepted (HTTP/1.0 - RFC 1945)
|
SC_BAD_GATEWAY | final public static int SC_BAD_GATEWAY(Code) | | 502 Bad Gateway (HTTP/1.0 - RFC 1945)
|
SC_BAD_REQUEST | final public static int SC_BAD_REQUEST(Code) | | 400 Bad Request (HTTP/1.1 - RFC 2616)
|
SC_CONFLICT | final public static int SC_CONFLICT(Code) | | 409 Conflict (HTTP/1.1 - RFC 2616)
|
SC_CONTINUE | final public static int SC_CONTINUE(Code) | | 100 Continue (HTTP/1.1 - RFC 2616)
|
SC_CREATED | final public static int SC_CREATED(Code) | | 201 Created (HTTP/1.0 - RFC 1945)
|
SC_EXPECTATION_FAILED | final public static int SC_EXPECTATION_FAILED(Code) | | 417 Expectation Failed (HTTP/1.1 - RFC 2616)
|
SC_FAILED_DEPENDENCY | final public static int SC_FAILED_DEPENDENCY(Code) | | 424 Failed Dependency (WebDAV - RFC 2518)
|
SC_FORBIDDEN | final public static int SC_FORBIDDEN(Code) | | 403 Forbidden (HTTP/1.0 - RFC 1945)
|
SC_GATEWAY_TIMEOUT | final public static int SC_GATEWAY_TIMEOUT(Code) | | 504 Gateway Timeout (HTTP/1.1 - RFC 2616)
|
SC_GONE | final public static int SC_GONE(Code) | | 410 Gone (HTTP/1.1 - RFC 2616)
|
SC_HTTP_VERSION_NOT_SUPPORTED | final public static int SC_HTTP_VERSION_NOT_SUPPORTED(Code) | | 505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
|
SC_INSUFFICIENT_SPACE_ON_RESOURCE | final public static int SC_INSUFFICIENT_SPACE_ON_RESOURCE(Code) | | Static constant for a 419 error.
419 Insufficient Space on Resource
(WebDAV - draft-ietf-webdav-protocol-05?)
or 419 Proxy Reauthentication Required
(HTTP/1.1 drafts?)
|
SC_INSUFFICIENT_STORAGE | final public static int SC_INSUFFICIENT_STORAGE(Code) | | 507 Insufficient Storage (WebDAV - RFC 2518)
|
SC_INTERNAL_SERVER_ERROR | final public static int SC_INTERNAL_SERVER_ERROR(Code) | | 500 Server Error (HTTP/1.0 - RFC 1945)
|
SC_LENGTH_REQUIRED | final public static int SC_LENGTH_REQUIRED(Code) | | 411 Length Required (HTTP/1.1 - RFC 2616)
|
SC_LOCKED | final public static int SC_LOCKED(Code) | | 423 Locked (WebDAV - RFC 2518)
|
SC_METHOD_FAILURE | final public static int SC_METHOD_FAILURE(Code) | | Static constant for a 420 error.
420 Method Failure
(WebDAV - draft-ietf-webdav-protocol-05?)
|
SC_METHOD_NOT_ALLOWED | final public static int SC_METHOD_NOT_ALLOWED(Code) | | 405 Method Not Allowed (HTTP/1.1 - RFC 2616)
|
SC_MOVED_PERMANENTLY | final public static int SC_MOVED_PERMANENTLY(Code) | | 301 Moved Permanently (HTTP/1.0 - RFC 1945)
|
SC_MOVED_TEMPORARILY | final public static int SC_MOVED_TEMPORARILY(Code) | | 302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
|
SC_MULTIPLE_CHOICES | final public static int SC_MULTIPLE_CHOICES(Code) | | 300 Mutliple Choices (HTTP/1.1 - RFC 2616)
|
SC_MULTI_STATUS | final public static int SC_MULTI_STATUS(Code) | | 207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update
OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
|
SC_NON_AUTHORITATIVE_INFORMATION | final public static int SC_NON_AUTHORITATIVE_INFORMATION(Code) | | 203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
|
SC_NOT_ACCEPTABLE | final public static int SC_NOT_ACCEPTABLE(Code) | | 406 Not Acceptable (HTTP/1.1 - RFC 2616)
|
SC_NOT_FOUND | final public static int SC_NOT_FOUND(Code) | | 404 Not Found (HTTP/1.0 - RFC 1945)
|
SC_NOT_IMPLEMENTED | final public static int SC_NOT_IMPLEMENTED(Code) | | 501 Not Implemented (HTTP/1.0 - RFC 1945)
|
SC_NOT_MODIFIED | final public static int SC_NOT_MODIFIED(Code) | | 304 Not Modified (HTTP/1.0 - RFC 1945)
|
SC_NO_CONTENT | final public static int SC_NO_CONTENT(Code) | | 204 No Content (HTTP/1.0 - RFC 1945)
|
SC_OK | final public static int SC_OK(Code) | | 200 OK (HTTP/1.0 - RFC 1945)
|
SC_PARTIAL_CONTENT | final public static int SC_PARTIAL_CONTENT(Code) | | 206 Partial Content (HTTP/1.1 - RFC 2616)
|
SC_PAYMENT_REQUIRED | final public static int SC_PAYMENT_REQUIRED(Code) | | 402 Payment Required (HTTP/1.1 - RFC 2616)
|
SC_PRECONDITION_FAILED | final public static int SC_PRECONDITION_FAILED(Code) | | 412 Precondition Failed (HTTP/1.1 - RFC 2616)
|
SC_PROCESSING | final public static int SC_PROCESSING(Code) | | 102 Processing (WebDAV - RFC 2518)
|
SC_PROXY_AUTHENTICATION_REQUIRED | final public static int SC_PROXY_AUTHENTICATION_REQUIRED(Code) | | 407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
|
SC_REQUESTED_RANGE_NOT_SATISFIABLE | final public static int SC_REQUESTED_RANGE_NOT_SATISFIABLE(Code) | | 416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
|
SC_REQUEST_TIMEOUT | final public static int SC_REQUEST_TIMEOUT(Code) | | 408 Request Timeout (HTTP/1.1 - RFC 2616)
|
SC_REQUEST_TOO_LONG | final public static int SC_REQUEST_TOO_LONG(Code) | | 413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
|
SC_REQUEST_URI_TOO_LONG | final public static int SC_REQUEST_URI_TOO_LONG(Code) | | 414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
|
SC_RESET_CONTENT | final public static int SC_RESET_CONTENT(Code) | | 205 Reset Content (HTTP/1.1 - RFC 2616)
|
SC_SEE_OTHER | final public static int SC_SEE_OTHER(Code) | | 303 See Other (HTTP/1.1 - RFC 2616)
|
SC_SERVICE_UNAVAILABLE | final public static int SC_SERVICE_UNAVAILABLE(Code) | | 503 Service Unavailable (HTTP/1.0 - RFC 1945)
|
SC_SWITCHING_PROTOCOLS | final public static int SC_SWITCHING_PROTOCOLS(Code) | | 101 Switching Protocols (HTTP/1.1 - RFC 2616)
|
SC_TEMPORARY_REDIRECT | final public static int SC_TEMPORARY_REDIRECT(Code) | | 307 Temporary Redirect (HTTP/1.1 - RFC 2616)
|
SC_UNAUTHORIZED | final public static int SC_UNAUTHORIZED(Code) | | 401 Unauthorized (HTTP/1.0 - RFC 1945)
|
SC_UNPROCESSABLE_ENTITY | final public static int SC_UNPROCESSABLE_ENTITY(Code) | | 422 Unprocessable Entity (WebDAV - RFC 2518)
|
SC_UNSUPPORTED_MEDIA_TYPE | final public static int SC_UNSUPPORTED_MEDIA_TYPE(Code) | | 415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
|
SC_USE_PROXY | final public static int SC_USE_PROXY(Code) | | 305 Use Proxy (HTTP/1.1 - RFC 2616)
|
|
|
|