public interface

HttpStatus

org.apache.http.HttpStatus

Class Overview

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

Summary

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

Constants

public static final int SC_ACCEPTED

202 Accepted (HTTP/1.0 - RFC 1945)

Constant Value: 202 (0x000000ca)

public static final int SC_BAD_GATEWAY

502 Bad Gateway (HTTP/1.0 - RFC 1945)

Constant Value: 502 (0x000001f6)

public static final int SC_BAD_REQUEST

400 Bad Request (HTTP/1.1 - RFC 2616)

Constant Value: 400 (0x00000190)

public static final int SC_CONFLICT

409 Conflict (HTTP/1.1 - RFC 2616)

Constant Value: 409 (0x00000199)

public static final int SC_CONTINUE

100 Continue (HTTP/1.1 - RFC 2616)

Constant Value: 100 (0x00000064)

public static final int SC_CREATED

201 Created (HTTP/1.0 - RFC 1945)

Constant Value: 201 (0x000000c9)

public static final int SC_EXPECTATION_FAILED

417 Expectation Failed (HTTP/1.1 - RFC 2616)

Constant Value: 417 (0x000001a1)

public static final int SC_FAILED_DEPENDENCY

424 Failed Dependency (WebDAV - RFC 2518)

Constant Value: 424 (0x000001a8)

public static final int SC_FORBIDDEN

403 Forbidden (HTTP/1.0 - RFC 1945)

Constant Value: 403 (0x00000193)

public static final int SC_GATEWAY_TIMEOUT

504 Gateway Timeout (HTTP/1.1 - RFC 2616)

Constant Value: 504 (0x000001f8)

public static final int SC_GONE

410 Gone (HTTP/1.1 - RFC 2616)

Constant Value: 410 (0x0000019a)

public static final int SC_HTTP_VERSION_NOT_SUPPORTED

505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)

Constant Value: 505 (0x000001f9)

public 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?) or 419 Proxy Reauthentication Required (HTTP/1.1 drafts?)

Constant Value: 419 (0x000001a3)

public static final int SC_INSUFFICIENT_STORAGE

507 Insufficient Storage (WebDAV - RFC 2518)

Constant Value: 507 (0x000001fb)

public static final int SC_INTERNAL_SERVER_ERROR

500 Server Error (HTTP/1.0 - RFC 1945)

Constant Value: 500 (0x000001f4)

public static final int SC_LENGTH_REQUIRED

411 Length Required (HTTP/1.1 - RFC 2616)

Constant Value: 411 (0x0000019b)

public static final int SC_LOCKED

423 Locked (WebDAV - RFC 2518)

Constant Value: 423 (0x000001a7)

public static final int SC_METHOD_FAILURE

Static constant for a 420 error. 420 Method Failure (WebDAV - draft-ietf-webdav-protocol-05?)

Constant Value: 420 (0x000001a4)

public static final int SC_METHOD_NOT_ALLOWED

405 Method Not Allowed (HTTP/1.1 - RFC 2616)

Constant Value: 405 (0x00000195)

public static final int SC_MOVED_PERMANENTLY

301 Moved Permanently (HTTP/1.0 - RFC 1945)

Constant Value: 301 (0x0000012d)

public static final int SC_MOVED_TEMPORARILY

302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)

Constant Value: 302 (0x0000012e)

public static final int SC_MULTIPLE_CHOICES

300 Mutliple Choices (HTTP/1.1 - RFC 2616)

Constant Value: 300 (0x0000012c)

public static final int SC_MULTI_STATUS

207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)

Constant Value: 207 (0x000000cf)

public static final int SC_NON_AUTHORITATIVE_INFORMATION

203 Non Authoritative Information (HTTP/1.1 - RFC 2616)

Constant Value: 203 (0x000000cb)

public static final int SC_NOT_ACCEPTABLE

406 Not Acceptable (HTTP/1.1 - RFC 2616)

Constant Value: 406 (0x00000196)

public static final int SC_NOT_FOUND

404 Not Found (HTTP/1.0 - RFC 1945)

Constant Value: 404 (0x00000194)

public static final int SC_NOT_IMPLEMENTED

501 Not Implemented (HTTP/1.0 - RFC 1945)

Constant Value: 501 (0x000001f5)

public static final int SC_NOT_MODIFIED

304 Not Modified (HTTP/1.0 - RFC 1945)

Constant Value: 304 (0x00000130)

public static final int SC_NO_CONTENT

204 No Content (HTTP/1.0 - RFC 1945)

Constant Value: 204 (0x000000cc)

public static final int SC_OK

200 OK (HTTP/1.0 - RFC 1945)

Constant Value: 200 (0x000000c8)

public static final int SC_PARTIAL_CONTENT

206 Partial Content (HTTP/1.1 - RFC 2616)

Constant Value: 206 (0x000000ce)

public static final int SC_PAYMENT_REQUIRED

402 Payment Required (HTTP/1.1 - RFC 2616)

Constant Value: 402 (0x00000192)

public static final int SC_PRECONDITION_FAILED

412 Precondition Failed (HTTP/1.1 - RFC 2616)

Constant Value: 412 (0x0000019c)

public static final int SC_PROCESSING

102 Processing (WebDAV - RFC 2518)

Constant Value: 102 (0x00000066)

public static final int SC_PROXY_AUTHENTICATION_REQUIRED

407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)

Constant Value: 407 (0x00000197)

public static final int SC_REQUESTED_RANGE_NOT_SATISFIABLE

416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)

Constant Value: 416 (0x000001a0)

public static final int SC_REQUEST_TIMEOUT

408 Request Timeout (HTTP/1.1 - RFC 2616)

Constant Value: 408 (0x00000198)

public static final int SC_REQUEST_TOO_LONG

413 Request Entity Too Large (HTTP/1.1 - RFC 2616)

Constant Value: 413 (0x0000019d)

public static final int SC_REQUEST_URI_TOO_LONG

414 Request-URI Too Long (HTTP/1.1 - RFC 2616)

Constant Value: 414 (0x0000019e)

public static final int SC_RESET_CONTENT

205 Reset Content (HTTP/1.1 - RFC 2616)

Constant Value: 205 (0x000000cd)

public static final int SC_SEE_OTHER

303 See Other (HTTP/1.1 - RFC 2616)

Constant Value: 303 (0x0000012f)

public static final int SC_SERVICE_UNAVAILABLE

503 Service Unavailable (HTTP/1.0 - RFC 1945)

Constant Value: 503 (0x000001f7)

public static final int SC_SWITCHING_PROTOCOLS

101 Switching Protocols (HTTP/1.1 - RFC 2616)

Constant Value: 101 (0x00000065)

public static final int SC_TEMPORARY_REDIRECT

307 Temporary Redirect (HTTP/1.1 - RFC 2616)

Constant Value: 307 (0x00000133)

public static final int SC_UNAUTHORIZED

401 Unauthorized (HTTP/1.0 - RFC 1945)

Constant Value: 401 (0x00000191)

public static final int SC_UNPROCESSABLE_ENTITY

422 Unprocessable Entity (WebDAV - RFC 2518)

Constant Value: 422 (0x000001a6)

public static final int SC_UNSUPPORTED_MEDIA_TYPE

415 Unsupported Media Type (HTTP/1.1 - RFC 2616)

Constant Value: 415 (0x0000019f)

public static final int SC_USE_PROXY

305 Use Proxy (HTTP/1.1 - RFC 2616)

Constant Value: 305 (0x00000131)