public final class HttpStatus extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPTED
The HTTP
202 Accepted status code. |
static int |
ALREADY_REPORTED
The HTTP
208 Already Reported status code. |
static int |
BAD_GATEWAY
The HTTP
502 Bad Gateway status code. |
static int |
BAD_REQUEST
The HTTP
400 Bad Request status code. |
static int |
BANDWIDTH_LIMIT_EXCEEDED
The HTTP
509 Bandwidth Limit Exceeded status code. |
static int |
CHECKPOINT
The HTTP
103 Checkpoint status code. |
static int |
CONFLICT
The HTTP
409 Conflict status code. |
static int |
CONTINUE
The HTTP
100 Continue status code. |
static int |
CREATED
The HTTP
201 Created status code. |
static int |
DESTINATION_LOCKED
Deprecated.
|
static int |
EXPECTATION_FAILED
The HTTP
417 Expectation Failed status code. |
static int |
FAILED_DEPENDENCY
The HTTP
424 Failed Dependency status code. |
static int |
FORBIDDEN
The HTTP
403 Forbidden status code. |
static int |
FOUND
The HTTP
302 Found status code. |
static int |
GATEWAY_TIMEOUT
The HTTP
504 Gateway Timeout status code. |
static int |
GONE
The HTTP
410 Gone status code. |
static int |
HTTP_VERSION_NOT_SUPPORTED
The HTTP
505 HTTP Version Not Supported status code. |
static int |
I_AM_A_TEAPOT
The HTTP
418 I'm a teapot status code. |
static int |
IM_USED
The HTTP
226 IM Used status code. |
static int |
INSUFFICIENT_SPACE_ON_RESOURCE
Deprecated.
|
static int |
INSUFFICIENT_STORAGE
The HTTP
507 Insufficient Storage status code. |
static int |
INTERNAL_SERVER_ERROR
The HTTP
500 Internal Server Error status code. |
static int |
LENGTH_REQUIRED
The HTTP
411 Length Required status code. |
static int |
LOCKED
The HTTP
423 Locked status code. |
static int |
LOOP_DETECTED
The HTTP
508 Loop Detected status code. |
static int |
METHOD_FAILURE
Deprecated.
|
static int |
METHOD_NOT_ALLOWED
The HTTP
405 Method Not Allowed status code. |
static int |
MOVED_PERMANENTLY
The HTTP
301 Moved Permanently status code. |
static int |
MOVED_TEMPORARILY
Deprecated.
in favor of
FOUND which will be returned from |
static int |
MULTI_STATUS
The HTTP
207 Multi-Status status code. |
static int |
MULTIPLE_CHOICES
The HTTP
300 Multiple Choices status code. |
static int |
NETWORK_AUTHENTICATION_REQUIRED
The HTTP
511 Network Authentication Required status code. |
static int |
NO_CONTENT
The HTTP
204 No Content status code. |
static int |
NON_AUTHORITATIVE_INFORMATION
The HTTP
203 Non-Authoritative Information status code. |
static int |
NOT_ACCEPTABLE
The HTTP
406 Not Acceptable status code. |
static int |
NOT_EXTENDED
The HTTP
510 Not Extended status code. |
static int |
NOT_FOUND
The HTTP
404 Not Found status code. |
static int |
NOT_IMPLEMENTED
The HTTP
501 Not Implemented status code. |
static int |
NOT_MODIFIED
The HTTP
304 Not Modified status code. |
static int |
OK
The HTTP
200 OK status code. |
static int |
PARTIAL_CONTENT
The HTTP
206 Partial Content status code. |
static int |
PAYLOAD_TOO_LARGE
The HTTP
413 Payload Too Large status code. |
static int |
PAYMENT_REQUIRED
The HTTP
402 Payment Required status code. |
static int |
PERMANENT_REDIRECT
The HTTP
308 Permanent Redirect status code. |
static int |
PRECONDITION_FAILED
The HTTP
412 Precondition failed status code. |
static int |
PRECONDITION_REQUIRED
The HTTP
428 Precondition Required status code. |
static int |
PROCESSING
The HTTP
102 Processing status code. |
static int |
PROXY_AUTHENTICATION_REQUIRED
The HTTP
407 Proxy Authentication Required status code. |
static int |
REQUEST_ENTITY_TOO_LARGE
Deprecated.
in favor of
PAYLOAD_TOO_LARGE which will be returned from |
static int |
REQUEST_HEADER_FIELDS_TOO_LARGE
The HTTP
431 Request Header Fields Too Large status code. |
static int |
REQUEST_TIMEOUT
The HTTP
408 Request Timeout status code. |
static int |
REQUEST_URI_TOO_LONG
Deprecated.
in favor of
URI_TOO_LONG which will be returned from |
static int |
REQUESTED_RANGE_NOT_SATISFIABLE
The HTTP
416 Requested Range Not Satisfiable status code. |
static int |
RESET_CONTENT
The HTTP
205 Reset Content status code. |
static int |
SEE_OTHER
The HTTP
303 See Other status code. |
static int |
SERVICE_UNAVAILABLE
The HTTP
503 Service Unavailable status code. |
static int |
SWITCHING_PROTOCOLS
The HTTP
101 Switching Protocols status code. |
static int |
TEMPORARY_REDIRECT
The HTTP
307 Temporary Redirect status code. |
static int |
TOO_MANY_REQUESTS
The HTTP
429 Too Many Requests status code. |
static int |
UNAUTHORIZED
The HTTP
401 Unauthorized status code. |
static int |
UNAVAILABLE_FOR_LEGAL_REASONS
The HTTP
451 Unavailable For Legal Reasons status code. |
static int |
UNPROCESSABLE_ENTITY
The HTTP
422 Unprocessable Entity status code. |
static int |
UNSUPPORTED_MEDIA_TYPE
The HTTP
415 Unsupported Media Type status code. |
static int |
UPGRADE_REQUIRED
The HTTP
426 Upgrade Required status code. |
static int |
URI_TOO_LONG
The HTTP
414 URI Too Long status code. |
static int |
USE_PROXY
Deprecated.
due to security concerns regarding in-band configuration of a proxy
|
static int |
VARIANT_ALSO_NEGOTIATES
The HTTP
506 Variant Also Negotiates status code. |
Constructor and Description |
---|
HttpStatus() |
Modifier and Type | Method and Description |
---|---|
int |
ACCEPTED()
Deprecated.
Replaced by
HttpStatus.ACCEPTED . |
int |
ALREADY_REPORTED()
Deprecated.
Replaced by
HttpStatus.ALREADY_REPORTED . |
int |
BAD_GATEWAY()
Deprecated.
Replaced by
HttpStatus.BAD_GATEWAY . |
int |
BAD_REQUEST()
Deprecated.
Replaced by
HttpStatus.BAD_REQUEST . |
int |
BANDWIDTH_LIMIT_EXCEEDED()
Deprecated.
Replaced by
HttpStatus.BANDWIDTH_LIMIT_EXCEEDED . |
int |
CHECKPOINT()
Deprecated.
Replaced by
HttpStatus.CHECKPOINT . |
int |
CONFLICT()
Deprecated.
Replaced by
HttpStatus.CONFLICT . |
int |
CONTINUE()
Deprecated.
Replaced by
HttpStatus.CONTINUE . |
int |
CREATED()
Deprecated.
Replaced by
HttpStatus.CREATED . |
int |
DESTINATION_LOCKED()
Deprecated.
|
int |
EXPECTATION_FAILED()
Deprecated.
Replaced by
HttpStatus.EXPECTATION_FAILED . |
int |
FAILED_DEPENDENCY()
Deprecated.
Replaced by
HttpStatus.FAILED_DEPENDENCY . |
int |
FORBIDDEN()
Deprecated.
Replaced by
HttpStatus.FORBIDDEN . |
int |
FOUND()
Deprecated.
Replaced by
HttpStatus.FOUND . |
int |
GATEWAY_TIMEOUT()
Deprecated.
Replaced by
HttpStatus.GATEWAY_TIMEOUT . |
int |
GONE()
Deprecated.
Replaced by
HttpStatus.GONE . |
int |
HTTP_VERSION_NOT_SUPPORTED()
Deprecated.
Replaced by
HttpStatus.HTTP_VERSION_NOT_SUPPORTED . |
int |
I_AM_A_TEAPOT()
Deprecated.
Replaced by
HttpStatus.I_AM_A_TEAPOT . |
int |
IM_USED()
Deprecated.
Replaced by
HttpStatus.IM_USED . |
int |
INSUFFICIENT_SPACE_ON_RESOURCE()
Deprecated.
|
int |
INSUFFICIENT_STORAGE()
Deprecated.
Replaced by
HttpStatus.INSUFFICIENT_STORAGE . |
int |
INTERNAL_SERVER_ERROR()
Deprecated.
Replaced by
HttpStatus.INTERNAL_SERVER_ERROR . |
int |
LENGTH_REQUIRED()
Deprecated.
Replaced by
HttpStatus.LENGTH_REQUIRED . |
int |
LOCKED()
Deprecated.
Replaced by
HttpStatus.LOCKED . |
int |
LOOP_DETECTED()
Deprecated.
Replaced by
HttpStatus.LOOP_DETECTED . |
int |
METHOD_FAILURE()
Deprecated.
|
int |
METHOD_NOT_ALLOWED()
Deprecated.
Replaced by
HttpStatus.METHOD_NOT_ALLOWED . |
int |
MOVED_PERMANENTLY()
Deprecated.
Replaced by
HttpStatus.MOVED_PERMANENTLY . |
int |
MOVED_TEMPORARILY()
Deprecated.
in favor of
FOUND which will be returned from |
int |
MULTI_STATUS()
Deprecated.
Replaced by
HttpStatus.MULTI_STATUS . |
int |
MULTIPLE_CHOICES()
Deprecated.
Replaced by
HttpStatus.MULTIPLE_CHOICES . |
int |
NETWORK_AUTHENTICATION_REQUIRED()
Deprecated.
Replaced by
HttpStatus.NETWORK_AUTHENTICATION_REQUIRED . |
int |
NO_CONTENT()
Deprecated.
Replaced by
HttpStatus.NO_CONTENT . |
int |
NON_AUTHORITATIVE_INFORMATION()
Deprecated.
Replaced by
HttpStatus.NON_AUTHORITATIVE_INFORMATION . |
int |
NOT_ACCEPTABLE()
Deprecated.
Replaced by
HttpStatus.NOT_ACCEPTABLE . |
int |
NOT_EXTENDED()
Deprecated.
Replaced by
HttpStatus.NOT_EXTENDED . |
int |
NOT_FOUND()
Deprecated.
Replaced by
HttpStatus.NOT_FOUND . |
int |
NOT_IMPLEMENTED()
Deprecated.
Replaced by
HttpStatus.NOT_IMPLEMENTED . |
int |
NOT_MODIFIED()
Deprecated.
Replaced by
HttpStatus.NOT_MODIFIED . |
int |
OK()
Deprecated.
Replaced by
HttpStatus.OK . |
int |
PARTIAL_CONTENT()
Deprecated.
Replaced by
HttpStatus.PARTIAL_CONTENT . |
int |
PAYLOAD_TOO_LARGE()
Deprecated.
Replaced by
HttpStatus.PAYLOAD_TOO_LARGE . |
int |
PAYMENT_REQUIRED()
Deprecated.
Replaced by
HttpStatus.PAYMENT_REQUIRED . |
int |
PERMANENT_REDIRECT()
Deprecated.
Replaced by
HttpStatus.PERMANENT_REDIRECT . |
int |
PRECONDITION_FAILED()
Deprecated.
Replaced by
HttpStatus.PRECONDITION_FAILED . |
int |
PRECONDITION_REQUIRED()
Deprecated.
Replaced by
HttpStatus.PRECONDITION_REQUIRED . |
int |
PROCESSING()
Deprecated.
Replaced by
HttpStatus.PROCESSING . |
int |
PROXY_AUTHENTICATION_REQUIRED()
Deprecated.
Replaced by
HttpStatus.PROXY_AUTHENTICATION_REQUIRED . |
int |
REQUEST_ENTITY_TOO_LARGE()
Deprecated.
in favor of
PAYLOAD_TOO_LARGE which will be returned from |
int |
REQUEST_HEADER_FIELDS_TOO_LARGE()
Deprecated.
Replaced by
HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE . |
int |
REQUEST_TIMEOUT()
Deprecated.
Replaced by
HttpStatus.REQUEST_TIMEOUT . |
int |
REQUEST_URI_TOO_LONG()
Deprecated.
in favor of
URI_TOO_LONG which will be returned from |
int |
REQUESTED_RANGE_NOT_SATISFIABLE()
Deprecated.
Replaced by
HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE . |
int |
RESET_CONTENT()
Deprecated.
Replaced by
HttpStatus.RESET_CONTENT . |
int |
SEE_OTHER()
Deprecated.
Replaced by
HttpStatus.SEE_OTHER . |
int |
SERVICE_UNAVAILABLE()
Deprecated.
Replaced by
HttpStatus.SERVICE_UNAVAILABLE . |
int |
SWITCHING_PROTOCOLS()
Deprecated.
Replaced by
HttpStatus.SWITCHING_PROTOCOLS . |
int |
TEMPORARY_REDIRECT()
Deprecated.
Replaced by
HttpStatus.TEMPORARY_REDIRECT . |
int |
TOO_MANY_REQUESTS()
Deprecated.
Replaced by
HttpStatus.TOO_MANY_REQUESTS . |
int |
UNAUTHORIZED()
Deprecated.
Replaced by
HttpStatus.UNAUTHORIZED . |
int |
UNAVAILABLE_FOR_LEGAL_REASONS()
Deprecated.
Replaced by
HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS . |
int |
UNPROCESSABLE_ENTITY()
Deprecated.
Replaced by
HttpStatus.UNPROCESSABLE_ENTITY . |
int |
UNSUPPORTED_MEDIA_TYPE()
Deprecated.
Replaced by
HttpStatus.UNSUPPORTED_MEDIA_TYPE . |
int |
UPGRADE_REQUIRED()
Deprecated.
Replaced by
HttpStatus.UPGRADE_REQUIRED . |
int |
URI_TOO_LONG()
Deprecated.
Replaced by
HttpStatus.URI_TOO_LONG . |
int |
USE_PROXY()
Deprecated.
due to security concerns regarding in-band configuration of a proxy
|
int |
VARIANT_ALSO_NEGOTIATES()
Deprecated.
Replaced by
HttpStatus.VARIANT_ALSO_NEGOTIATES . |
public static final int CONTINUE
100 Continue
status code.public static final int SWITCHING_PROTOCOLS
101 Switching Protocols
status code.public static final int PROCESSING
102 Processing
status code.public static final int CHECKPOINT
103 Checkpoint
status code.public static final int OK
200 OK
status code.public static final int CREATED
201 Created
status code.public static final int ACCEPTED
202 Accepted
status code.public static final int NON_AUTHORITATIVE_INFORMATION
203 Non-Authoritative Information
status code.public static final int NO_CONTENT
204 No Content
status code.public static final int RESET_CONTENT
205 Reset Content
status code.public static final int PARTIAL_CONTENT
206 Partial Content
status code.public static final int MULTI_STATUS
207 Multi-Status
status code.public static final int ALREADY_REPORTED
208 Already Reported
status code.public static final int IM_USED
226 IM Used
status code.public static final int MULTIPLE_CHOICES
300 Multiple Choices
status code.public static final int MOVED_PERMANENTLY
301 Moved Permanently
status code.public static final int FOUND
302 Found
status code.@Deprecated public static final int MOVED_TEMPORARILY
FOUND
which will be returned from302 Moved Temporarily
status code.public static final int SEE_OTHER
303 See Other
status code.public static final int NOT_MODIFIED
304 Not Modified
status code.@Deprecated public static final int USE_PROXY
305 Use Proxy
status code.public static final int TEMPORARY_REDIRECT
307 Temporary Redirect
status code.public static final int PERMANENT_REDIRECT
308 Permanent Redirect
status code.public static final int BAD_REQUEST
400 Bad Request
status code.public static final int UNAUTHORIZED
401 Unauthorized
status code.public static final int PAYMENT_REQUIRED
402 Payment Required
status code.public static final int FORBIDDEN
403 Forbidden
status code.public static final int NOT_FOUND
404 Not Found
status code.public static final int METHOD_NOT_ALLOWED
405 Method Not Allowed
status code.public static final int NOT_ACCEPTABLE
406 Not Acceptable
status code.public static final int PROXY_AUTHENTICATION_REQUIRED
407 Proxy Authentication Required
status code.public static final int REQUEST_TIMEOUT
408 Request Timeout
status code.public static final int CONFLICT
409 Conflict
status code.public static final int GONE
410 Gone
status code.public static final int LENGTH_REQUIRED
411 Length Required
status code.public static final int PRECONDITION_FAILED
412 Precondition failed
status code.public static final int PAYLOAD_TOO_LARGE
413 Payload Too Large
status code.@Deprecated public static final int REQUEST_ENTITY_TOO_LARGE
PAYLOAD_TOO_LARGE
which will be returned from413 Request Entity Too Large
status code.public static final int URI_TOO_LONG
414 URI Too Long
status code.@Deprecated public static final int REQUEST_URI_TOO_LONG
URI_TOO_LONG
which will be returned from414 Request-URI Too Long
status code.public static final int UNSUPPORTED_MEDIA_TYPE
415 Unsupported Media Type
status code.public static final int REQUESTED_RANGE_NOT_SATISFIABLE
416 Requested Range Not Satisfiable
status code.public static final int EXPECTATION_FAILED
417 Expectation Failed
status code.public static final int I_AM_A_TEAPOT
418 I'm a teapot
status code.@Deprecated public static final int INSUFFICIENT_SPACE_ON_RESOURCE
419 Insufficient Space
status code.@Deprecated public static final int METHOD_FAILURE
420 Method Failure
status code.@Deprecated public static final int DESTINATION_LOCKED
421 Destination Locked
status code.public static final int UNPROCESSABLE_ENTITY
422 Unprocessable Entity
status code.public static final int LOCKED
423 Locked
status code.public static final int FAILED_DEPENDENCY
424 Failed Dependency
status code.public static final int UPGRADE_REQUIRED
426 Upgrade Required
status code.public static final int PRECONDITION_REQUIRED
428 Precondition Required
status code.public static final int TOO_MANY_REQUESTS
429 Too Many Requests
status code.public static final int REQUEST_HEADER_FIELDS_TOO_LARGE
431 Request Header Fields Too Large
status code.public static final int UNAVAILABLE_FOR_LEGAL_REASONS
451 Unavailable For Legal Reasons
status code.public static final int INTERNAL_SERVER_ERROR
500 Internal Server Error
status code.public static final int NOT_IMPLEMENTED
501 Not Implemented
status code.public static final int BAD_GATEWAY
502 Bad Gateway
status code.public static final int SERVICE_UNAVAILABLE
503 Service Unavailable
status code.public static final int GATEWAY_TIMEOUT
504 Gateway Timeout
status code.public static final int HTTP_VERSION_NOT_SUPPORTED
505 HTTP Version Not Supported
status code.public static final int VARIANT_ALSO_NEGOTIATES
506 Variant Also Negotiates
status code.public static final int INSUFFICIENT_STORAGE
507 Insufficient Storage
status code.public static final int LOOP_DETECTED
508 Loop Detected
status code.public static final int BANDWIDTH_LIMIT_EXCEEDED
509 Bandwidth Limit Exceeded
status code.public static final int NOT_EXTENDED
510 Not Extended
status code.public static final int NETWORK_AUTHENTICATION_REQUIRED
511 Network Authentication Required
status code.@Deprecated public int CONTINUE()
HttpStatus.CONTINUE
.100 Continue
.@Deprecated public int SWITCHING_PROTOCOLS()
HttpStatus.SWITCHING_PROTOCOLS
.101 Switching Protocols
.@Deprecated public int PROCESSING()
HttpStatus.PROCESSING
.102 Processing
.@Deprecated public int CHECKPOINT()
HttpStatus.CHECKPOINT
.103 Checkpoint
.@Deprecated public int OK()
HttpStatus.OK
.200 OK
.@Deprecated public int CREATED()
HttpStatus.CREATED
.201 Created
.@Deprecated public int ACCEPTED()
HttpStatus.ACCEPTED
.202 Accepted
.@Deprecated public int NON_AUTHORITATIVE_INFORMATION()
HttpStatus.NON_AUTHORITATIVE_INFORMATION
.203 Non-Authoritative Information
.@Deprecated public int NO_CONTENT()
HttpStatus.NO_CONTENT
.204 No Content
.@Deprecated public int RESET_CONTENT()
HttpStatus.RESET_CONTENT
.205 Reset Content
.@Deprecated public int PARTIAL_CONTENT()
HttpStatus.PARTIAL_CONTENT
.206 Partial Content
.@Deprecated public int MULTI_STATUS()
HttpStatus.MULTI_STATUS
.207 Multi-Status
.@Deprecated public int ALREADY_REPORTED()
HttpStatus.ALREADY_REPORTED
.208 Already Reported
.@Deprecated public int IM_USED()
HttpStatus.IM_USED
.226 IM Used
.@Deprecated public int MULTIPLE_CHOICES()
HttpStatus.MULTIPLE_CHOICES
.300 Multiple Choices
.@Deprecated public int MOVED_PERMANENTLY()
HttpStatus.MOVED_PERMANENTLY
.301 Moved Permanently
.@Deprecated public int FOUND()
HttpStatus.FOUND
.302 Found
.@Deprecated public int MOVED_TEMPORARILY()
FOUND
which will be returned from302 Moved Temporarily
.@Deprecated public int SEE_OTHER()
HttpStatus.SEE_OTHER
.303 See Other
.@Deprecated public int NOT_MODIFIED()
HttpStatus.NOT_MODIFIED
.304 Not Modified
.@Deprecated public int USE_PROXY()
305 Use Proxy
.@Deprecated public int TEMPORARY_REDIRECT()
HttpStatus.TEMPORARY_REDIRECT
.307 Temporary Redirect
.@Deprecated public int PERMANENT_REDIRECT()
HttpStatus.PERMANENT_REDIRECT
.308 Permanent Redirect
.@Deprecated public int BAD_REQUEST()
HttpStatus.BAD_REQUEST
.400 Bad Request
.@Deprecated public int UNAUTHORIZED()
HttpStatus.UNAUTHORIZED
.401 Unauthorized
.@Deprecated public int PAYMENT_REQUIRED()
HttpStatus.PAYMENT_REQUIRED
.402 Payment Required
.@Deprecated public int FORBIDDEN()
HttpStatus.FORBIDDEN
.403 Forbidden
.@Deprecated public int NOT_FOUND()
HttpStatus.NOT_FOUND
.404 Not Found
.@Deprecated public int METHOD_NOT_ALLOWED()
HttpStatus.METHOD_NOT_ALLOWED
.405 Method Not Allowed
.@Deprecated public int NOT_ACCEPTABLE()
HttpStatus.NOT_ACCEPTABLE
.406 Not Acceptable
.@Deprecated public int PROXY_AUTHENTICATION_REQUIRED()
HttpStatus.PROXY_AUTHENTICATION_REQUIRED
.407 Proxy Authentication Required
.@Deprecated public int REQUEST_TIMEOUT()
HttpStatus.REQUEST_TIMEOUT
.408 Request Timeout
.@Deprecated public int CONFLICT()
HttpStatus.CONFLICT
.409 Conflict
.@Deprecated public int GONE()
HttpStatus.GONE
.410 Gone
.@Deprecated public int LENGTH_REQUIRED()
HttpStatus.LENGTH_REQUIRED
.411 Length Required
.@Deprecated public int PRECONDITION_FAILED()
HttpStatus.PRECONDITION_FAILED
.412 Precondition failed
.@Deprecated public int PAYLOAD_TOO_LARGE()
HttpStatus.PAYLOAD_TOO_LARGE
.413 Payload Too Large
.@Deprecated public int REQUEST_ENTITY_TOO_LARGE()
PAYLOAD_TOO_LARGE
which will be returned from413 Request Entity Too Large
.@Deprecated public int URI_TOO_LONG()
HttpStatus.URI_TOO_LONG
.414 URI Too Long
.@Deprecated public int REQUEST_URI_TOO_LONG()
URI_TOO_LONG
which will be returned from414 Request-URI Too Long
.@Deprecated public int UNSUPPORTED_MEDIA_TYPE()
HttpStatus.UNSUPPORTED_MEDIA_TYPE
.415 Unsupported Media Type
.@Deprecated public int REQUESTED_RANGE_NOT_SATISFIABLE()
HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE
.416 Requested Range Not Satisfiable
.@Deprecated public int EXPECTATION_FAILED()
HttpStatus.EXPECTATION_FAILED
.417 Expectation Failed
.@Deprecated public int I_AM_A_TEAPOT()
HttpStatus.I_AM_A_TEAPOT
.418 I'm a teapot
.@Deprecated public int INSUFFICIENT_SPACE_ON_RESOURCE()
419 Insufficient Space
.@Deprecated public int METHOD_FAILURE()
420 Method Failure
.@Deprecated public int DESTINATION_LOCKED()
421 Destination Locked
.@Deprecated public int UNPROCESSABLE_ENTITY()
HttpStatus.UNPROCESSABLE_ENTITY
.422 Unprocessable Entity
.@Deprecated public int LOCKED()
HttpStatus.LOCKED
.423 Locked
.@Deprecated public int FAILED_DEPENDENCY()
HttpStatus.FAILED_DEPENDENCY
.424 Failed Dependency
.@Deprecated public int UPGRADE_REQUIRED()
HttpStatus.UPGRADE_REQUIRED
.426 Upgrade Required
.@Deprecated public int PRECONDITION_REQUIRED()
HttpStatus.PRECONDITION_REQUIRED
.428 Precondition Required
.@Deprecated public int TOO_MANY_REQUESTS()
HttpStatus.TOO_MANY_REQUESTS
.429 Too Many Requests
.@Deprecated public int REQUEST_HEADER_FIELDS_TOO_LARGE()
HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE
.431 Request Header Fields Too Large
.@Deprecated public int UNAVAILABLE_FOR_LEGAL_REASONS()
HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS
.451 Unavailable For Legal Reasons
.@Deprecated public int INTERNAL_SERVER_ERROR()
HttpStatus.INTERNAL_SERVER_ERROR
.500 Internal Server Error
.@Deprecated public int NOT_IMPLEMENTED()
HttpStatus.NOT_IMPLEMENTED
.501 Not Implemented
.@Deprecated public int BAD_GATEWAY()
HttpStatus.BAD_GATEWAY
.502 Bad Gateway
.@Deprecated public int SERVICE_UNAVAILABLE()
HttpStatus.SERVICE_UNAVAILABLE
.503 Service Unavailable
.@Deprecated public int GATEWAY_TIMEOUT()
HttpStatus.GATEWAY_TIMEOUT
.504 Gateway Timeout
.@Deprecated public int HTTP_VERSION_NOT_SUPPORTED()
HttpStatus.HTTP_VERSION_NOT_SUPPORTED
.505 HTTP Version Not Supported
.@Deprecated public int VARIANT_ALSO_NEGOTIATES()
HttpStatus.VARIANT_ALSO_NEGOTIATES
.506 Variant Also Negotiates
@Deprecated public int INSUFFICIENT_STORAGE()
HttpStatus.INSUFFICIENT_STORAGE
.507 Insufficient Storage
@Deprecated public int LOOP_DETECTED()
HttpStatus.LOOP_DETECTED
.508 Loop Detected
@Deprecated public int BANDWIDTH_LIMIT_EXCEEDED()
HttpStatus.BANDWIDTH_LIMIT_EXCEEDED
.509 Bandwidth Limit Exceeded
@Deprecated public int NOT_EXTENDED()
HttpStatus.NOT_EXTENDED
.510 Not Extended
@Deprecated public int NETWORK_AUTHENTICATION_REQUIRED()
HttpStatus.NETWORK_AUTHENTICATION_REQUIRED
.511 Network Authentication Required
.Copyright © 2016–2019 Spring. All rights reserved.