Package org.apache.hc.core5.http
Class HttpStatus
- java.lang.Object
-
- org.apache.hc.core5.http.HttpStatus
-
public final class HttpStatus extends java.lang.ObjectConstants enumerating the HTTP status codes.- Since:
- 4.0
- See Also:
StatusLine.StatusClass,StatusLine.StatusClass.from(int)
-
-
Field Summary
Fields Modifier and Type Field Description static intSC_ACCEPTED202 Accepted(HTTP Semantics)static intSC_ALREADY_REPORTED208 Already Reported(WebDAV - RFC 5842, p.30, section 7.1)static intSC_BAD_GATEWAY502 Bad Gateway(HTTP Semantics)static intSC_BAD_REQUEST400 Bad Request(HTTP Semantics)static intSC_CLIENT_ERROR4xx Client Error(HTTP Semantics)static intSC_CONFLICT409 Conflict(HTTP Semantics)static intSC_CONTINUE100 Continue(HTTP Semantics)static intSC_CREATED201 Created(HTTP Semantics)static intSC_EARLY_HINTS103 Early Hints (Early Hints - RFC 8297)static intSC_EXPECTATION_FAILED417 Expectation Failed(HTTP Semantics)static intSC_FAILED_DEPENDENCY424 Failed Dependency(WebDAV - RFC 2518)static intSC_FORBIDDEN403 Forbidden(HTTP Semantics)static intSC_GATEWAY_TIMEOUT504 Gateway Timeout(HTTP Semantics)static intSC_GONE410 Gone(HTTP Semantics)static intSC_HTTP_VERSION_NOT_SUPPORTED505 HTTP Version Not Supported(HTTP Semantics)static intSC_IM_USED226 IM Used(Delta encoding in HTTP - RFC 3229, p.static intSC_INFORMATIONAL100 1xx Informational(HTTP Semantics)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 Internal Server Error(HTTP Semantics)static intSC_LENGTH_REQUIRED411 Length Required(HTTP Semantics)static intSC_LOCKED423 Locked(WebDAV - RFC 2518)static intSC_LOOP_DETECTED508 Loop Detected(WebDAV - RFC 5842, p.33, section 7.2)static intSC_METHOD_FAILUREStatic constant for a 420 error.static intSC_METHOD_NOT_ALLOWED405 Method Not Allowed(HTTP Semantics)static intSC_MISDIRECTED_REQUEST421 Misdirected Request(HTTP Semantics)static intSC_MOVED_PERMANENTLY301 Moved Permanently(HTTP Semantics)static intSC_MOVED_TEMPORARILY302 Moved Temporarily(SometimesFound) (HTTP Semantics)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 Multiple Choices(HTTP Semantics)static intSC_NETWORK_AUTHENTICATION_REQUIRED511 Network Authentication Required(Additional HTTP Status Codes - RFC 6585)static intSC_NO_CONTENT204 No Content(HTTP Semantics)static intSC_NON_AUTHORITATIVE_INFORMATION203 Non Authoritative Information(HTTP Semantics)static intSC_NOT_ACCEPTABLE406 Not Acceptable(HTTP Semantics)static intSC_NOT_EXTENDED510 Not Extended(An HTTP Extension Framework - RFC 2774, p.static intSC_NOT_FOUND404 Not Found(HTTP Semantics)static intSC_NOT_IMPLEMENTED501 Not Implemented(HTTP Semantics)static intSC_NOT_MODIFIED304 Not Modified(HTTP Semantics)static intSC_OK200 OK(HTTP Semantics)static intSC_PARTIAL_CONTENT206 Partial Content(HTTP Semantics)static intSC_PAYMENT_REQUIRED402 Payment Required(HTTP Semantics)static intSC_PERMANENT_REDIRECT308 Permanent Redirect(HTTP Semantics)static intSC_PRECONDITION_FAILED412 Precondition Failed(HTTP Semantics)static intSC_PRECONDITION_REQUIRED428 Precondition Required(Additional HTTP Status Codes - RFC 6585)static intSC_PROCESSING102 Processing(WebDAV - RFC 2518)static intSC_PROXY_AUTHENTICATION_REQUIRED407 Proxy Authentication Required(HTTP Semantics)static intSC_REDIRECTION3xx Redirection(HTTP Semantics)static intSC_REQUEST_HEADER_FIELDS_TOO_LARGE431 Request Header Fields Too Large(Additional HTTP Status Codes - RFC 6585)static intSC_REQUEST_TIMEOUT408 Request Timeout(HTTP Semantics)static intSC_REQUEST_TOO_LONG413 Request Entity Too Large(HTTP Semantics)static intSC_REQUEST_URI_TOO_LONG414 Request-URI Too Long(HTTP Semantics)static intSC_REQUESTED_RANGE_NOT_SATISFIABLE416 Requested Range Not Satisfiable(HTTP Semantics)static intSC_RESET_CONTENT205 Reset Content(HTTP Semantics)static intSC_SEE_OTHER303 See Other(HTTP Semantics)static intSC_SERVER_ERROR500 Server Error(HTTP Semantics)static intSC_SERVICE_UNAVAILABLE503 Service Unavailable(HTTP Semantics)static intSC_SUCCESS2xx Success(HTTP Semantics)static intSC_SWITCHING_PROTOCOLS101 Switching Protocols(HTTP Semantics)static intSC_TEMPORARY_REDIRECT307 Temporary Redirect(HTTP Semantics)static intSC_TOO_EARLY425 Too Early(Using Early Data in HTTP - RFC 8470)static intSC_TOO_MANY_REQUESTS429 Too Many Requests(Additional HTTP Status Codes - RFC 6585)static intSC_UNAUTHORIZED401 Unauthorized(HTTP Semantics)static intSC_UNAVAILABLE_FOR_LEGAL_REASONS451 Unavailable For Legal Reasons(Legal Obstacles - RFC 7725)static intSC_UNPROCESSABLE_CONTENT422 Unprocessable Content(HTTP Semantics)static intSC_UNPROCESSABLE_ENTITYDeprecated.static intSC_UNSUPPORTED_MEDIA_TYPE415 Unsupported Media Type(HTTP Semantics)static intSC_UPGRADE_REQUIRED426 Upgrade Required(HTTP Semantics)static intSC_USE_PROXY305 Use Proxy(HTTP Semantics)static intSC_VARIANT_ALSO_NEGOTIATES506 Variant Also Negotiates( Transparent Content Negotiation - RFC 2295)
-
Constructor Summary
Constructors Modifier Constructor Description privateHttpStatus()
-
-
-
Field Detail
-
SC_INFORMATIONAL
public static final int SC_INFORMATIONAL
100 1xx Informational(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_CONTINUE
public static final int SC_CONTINUE
100 Continue(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_SWITCHING_PROTOCOLS
public static final int SC_SWITCHING_PROTOCOLS
101 Switching Protocols(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_PROCESSING
public static final int SC_PROCESSING
102 Processing(WebDAV - RFC 2518)- See Also:
- Constant Field Values
-
SC_EARLY_HINTS
public static final int SC_EARLY_HINTS
103 Early Hints (Early Hints - RFC 8297)- See Also:
- Constant Field Values
-
SC_SUCCESS
public static final int SC_SUCCESS
2xx Success(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_OK
public static final int SC_OK
200 OK(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_CREATED
public static final int SC_CREATED
201 Created(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_ACCEPTED
public static final int SC_ACCEPTED
202 Accepted(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_NON_AUTHORITATIVE_INFORMATION
public static final int SC_NON_AUTHORITATIVE_INFORMATION
203 Non Authoritative Information(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_NO_CONTENT
public static final int SC_NO_CONTENT
204 No Content(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_RESET_CONTENT
public static final int SC_RESET_CONTENT
205 Reset Content(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_PARTIAL_CONTENT
public static final int SC_PARTIAL_CONTENT
206 Partial Content(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_MULTI_STATUS
public 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_ALREADY_REPORTED
public static final int SC_ALREADY_REPORTED
208 Already Reported(WebDAV - RFC 5842, p.30, section 7.1)- See Also:
- Constant Field Values
-
SC_IM_USED
public static final int SC_IM_USED
226 IM Used(Delta encoding in HTTP - RFC 3229, p. 30, section 10.4.1)- See Also:
- Constant Field Values
-
SC_REDIRECTION
public static final int SC_REDIRECTION
3xx Redirection(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_MULTIPLE_CHOICES
public static final int SC_MULTIPLE_CHOICES
300 Multiple Choices(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_MOVED_PERMANENTLY
public static final int SC_MOVED_PERMANENTLY
301 Moved Permanently(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_MOVED_TEMPORARILY
public static final int SC_MOVED_TEMPORARILY
302 Moved Temporarily(SometimesFound) (HTTP Semantics)- See Also:
- Constant Field Values
-
SC_SEE_OTHER
public static final int SC_SEE_OTHER
303 See Other(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_NOT_MODIFIED
public static final int SC_NOT_MODIFIED
304 Not Modified(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_USE_PROXY
public static final int SC_USE_PROXY
305 Use Proxy(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_TEMPORARY_REDIRECT
public static final int SC_TEMPORARY_REDIRECT
307 Temporary Redirect(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_PERMANENT_REDIRECT
public static final int SC_PERMANENT_REDIRECT
308 Permanent Redirect(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_CLIENT_ERROR
public static final int SC_CLIENT_ERROR
4xx Client Error(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_BAD_REQUEST
public static final int SC_BAD_REQUEST
400 Bad Request(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_UNAUTHORIZED
public static final int SC_UNAUTHORIZED
401 Unauthorized(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_PAYMENT_REQUIRED
public static final int SC_PAYMENT_REQUIRED
402 Payment Required(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_FORBIDDEN
public static final int SC_FORBIDDEN
403 Forbidden(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_NOT_FOUND
public static final int SC_NOT_FOUND
404 Not Found(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_METHOD_NOT_ALLOWED
public static final int SC_METHOD_NOT_ALLOWED
405 Method Not Allowed(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_NOT_ACCEPTABLE
public static final int SC_NOT_ACCEPTABLE
406 Not Acceptable(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_PROXY_AUTHENTICATION_REQUIRED
public static final int SC_PROXY_AUTHENTICATION_REQUIRED
407 Proxy Authentication Required(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_REQUEST_TIMEOUT
public static final int SC_REQUEST_TIMEOUT
408 Request Timeout(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_CONFLICT
public static final int SC_CONFLICT
409 Conflict(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_GONE
public static final int SC_GONE
410 Gone(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_LENGTH_REQUIRED
public static final int SC_LENGTH_REQUIRED
411 Length Required(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_PRECONDITION_FAILED
public static final int SC_PRECONDITION_FAILED
412 Precondition Failed(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_REQUEST_TOO_LONG
public static final int SC_REQUEST_TOO_LONG
413 Request Entity Too Large(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_REQUEST_URI_TOO_LONG
public static final int SC_REQUEST_URI_TOO_LONG
414 Request-URI Too Long(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_UNSUPPORTED_MEDIA_TYPE
public static final int SC_UNSUPPORTED_MEDIA_TYPE
415 Unsupported Media Type(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_REQUESTED_RANGE_NOT_SATISFIABLE
public static final int SC_REQUESTED_RANGE_NOT_SATISFIABLE
416 Requested Range Not Satisfiable(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_EXPECTATION_FAILED
public static final int SC_EXPECTATION_FAILED
417 Expectation Failed(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_MISDIRECTED_REQUEST
public static final int SC_MISDIRECTED_REQUEST
421 Misdirected Request(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_UNPROCESSABLE_CONTENT
public static final int SC_UNPROCESSABLE_CONTENT
422 Unprocessable Content(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_UPGRADE_REQUIRED
public static final int SC_UPGRADE_REQUIRED
426 Upgrade Required(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_INSUFFICIENT_SPACE_ON_RESOURCE
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?) or419 Proxy Reauthentication Required(HTTP/1.1 drafts?)- See Also:
- Constant Field Values
-
SC_METHOD_FAILURE
public 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
@Deprecated public static final int SC_UNPROCESSABLE_ENTITY
Deprecated.- See Also:
- Constant Field Values
-
SC_LOCKED
public static final int SC_LOCKED
423 Locked(WebDAV - RFC 2518)- See Also:
- Constant Field Values
-
SC_FAILED_DEPENDENCY
public static final int SC_FAILED_DEPENDENCY
424 Failed Dependency(WebDAV - RFC 2518)- See Also:
- Constant Field Values
-
SC_TOO_EARLY
public static final int SC_TOO_EARLY
425 Too Early(Using Early Data in HTTP - RFC 8470)- See Also:
- Constant Field Values
-
SC_PRECONDITION_REQUIRED
public static final int SC_PRECONDITION_REQUIRED
428 Precondition Required(Additional HTTP Status Codes - RFC 6585)- See Also:
- Constant Field Values
-
SC_TOO_MANY_REQUESTS
public static final int SC_TOO_MANY_REQUESTS
429 Too Many Requests(Additional HTTP Status Codes - RFC 6585)- See Also:
- Constant Field Values
-
SC_REQUEST_HEADER_FIELDS_TOO_LARGE
public static final int SC_REQUEST_HEADER_FIELDS_TOO_LARGE
431 Request Header Fields Too Large(Additional HTTP Status Codes - RFC 6585)- See Also:
- Constant Field Values
-
SC_UNAVAILABLE_FOR_LEGAL_REASONS
public static final int SC_UNAVAILABLE_FOR_LEGAL_REASONS
451 Unavailable For Legal Reasons(Legal Obstacles - RFC 7725)- See Also:
- Constant Field Values
-
SC_SERVER_ERROR
public static final int SC_SERVER_ERROR
500 Server Error(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_INTERNAL_SERVER_ERROR
public static final int SC_INTERNAL_SERVER_ERROR
500 Internal Server Error(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_NOT_IMPLEMENTED
public static final int SC_NOT_IMPLEMENTED
501 Not Implemented(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_BAD_GATEWAY
public static final int SC_BAD_GATEWAY
502 Bad Gateway(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_SERVICE_UNAVAILABLE
public static final int SC_SERVICE_UNAVAILABLE
503 Service Unavailable(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_GATEWAY_TIMEOUT
public static final int SC_GATEWAY_TIMEOUT
504 Gateway Timeout(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_HTTP_VERSION_NOT_SUPPORTED
public static final int SC_HTTP_VERSION_NOT_SUPPORTED
505 HTTP Version Not Supported(HTTP Semantics)- See Also:
- Constant Field Values
-
SC_VARIANT_ALSO_NEGOTIATES
public static final int SC_VARIANT_ALSO_NEGOTIATES
506 Variant Also Negotiates( Transparent Content Negotiation - RFC 2295)- See Also:
- Constant Field Values
-
SC_INSUFFICIENT_STORAGE
public static final int SC_INSUFFICIENT_STORAGE
507 Insufficient Storage(WebDAV - RFC 2518)- See Also:
- Constant Field Values
-
SC_LOOP_DETECTED
public static final int SC_LOOP_DETECTED
508 Loop Detected(WebDAV - RFC 5842, p.33, section 7.2)- See Also:
- Constant Field Values
-
SC_NOT_EXTENDED
public static final int SC_NOT_EXTENDED
510 Not Extended(An HTTP Extension Framework - RFC 2774, p. 10, section 7)- See Also:
- Constant Field Values
-
SC_NETWORK_AUTHENTICATION_REQUIRED
public static final int SC_NETWORK_AUTHENTICATION_REQUIRED
511 Network Authentication Required(Additional HTTP Status Codes - RFC 6585)- See Also:
- Constant Field Values
-
-