Modifier and Type | Field and Description |
---|---|
static int |
ACCEPTED |
static int |
BAD_GATEWAY |
static int |
BAD_REQUEST
4xx: Client Error - The request contains bad syntax or cannot be fulfilled.
|
static int |
CONFLICT |
static int |
CONTINUE
1xx: Informational - Request received, continuing process.
|
static int |
CREATED |
static int |
EXPECTATION_FAILED |
static int |
FAILED_DEPENDENCY |
static int |
FORBIDDEN |
static int |
FOUND |
static int |
GATEWAY_TIMEOUT |
static int |
GONE |
static int |
INSUFFICIENT_SPACE_ON_RESOURCE |
static int |
INSUFFICIENT_STORAGE |
static int |
INTERNAL_SERVER_ERROR
5xx: Server Error - The server failed to fulfill an apparently valid request.
|
static int |
LENGTH_REQUIRED |
static int |
LOCKED |
static int |
METHOD_FAILURE |
static int |
METHOD_NOT_ALLOWED |
static int |
MOVED_PERMANENTLY |
static int |
MULTI_STATUS |
static int |
MULTIPLE_CHOICES
3xx: Redirection - Further action must be taken in order to complete the request.
|
static int |
NO_CONTENT |
static int |
NON_AUTHORITATIVE_INFORMATION |
static int |
NOT_ACCEPTABLE |
static int |
NOT_FOUND |
static int |
NOT_IMPLEMENTED |
static int |
NOT_MODIFIED |
static int |
OK
2xx: Success - The action was successfully received, understood, and accepted.
|
static int |
PARTIAL_CONTENT |
static int |
PAYMENT_REQUIRED |
static int |
PRECONDITION_FAILED |
static int |
PROCESSING |
static int |
PROXY_AUTHENTICATION_REQUIRED |
static int |
REQUEST_TIMEOUT |
static int |
REQUEST_TOO_LONG |
static int |
REQUEST_URI_TOO_LONG |
static int |
REQUESTED_RANGE_NOT_SATISFIABLE |
static int |
RESET_CONTENT |
static int |
SEE_OTHER |
static int |
SERVICE_UNAVAILABLE |
static int |
SWITCHING_PROTOCOLS |
static int |
TEMPORARY_REDIRECT |
static int |
UNAUTHORIZED |
static int |
UNPROCESSABLE_ENTITY |
static int |
UNSUPPORTED_MEDIA_TYPE |
static int |
USE_PROXY |
static int |
VERSION_NOT_SUPPORTED |
static final int CONTINUE
1xx: Informational - Request received, continuing process.
static final int SWITCHING_PROTOCOLS
static final int PROCESSING
static final int OK
2xx: Success - The action was successfully received, understood, and accepted.
static final int CREATED
static final int ACCEPTED
static final int NON_AUTHORITATIVE_INFORMATION
static final int NO_CONTENT
static final int RESET_CONTENT
static final int PARTIAL_CONTENT
static final int MULTI_STATUS
static final int MULTIPLE_CHOICES
3xx: Redirection - Further action must be taken in order to complete the request.
static final int MOVED_PERMANENTLY
static final int FOUND
static final int SEE_OTHER
static final int NOT_MODIFIED
static final int USE_PROXY
static final int TEMPORARY_REDIRECT
static final int BAD_REQUEST
4xx: Client Error - The request contains bad syntax or cannot be fulfilled.
static final int UNAUTHORIZED
static final int PAYMENT_REQUIRED
static final int FORBIDDEN
static final int NOT_FOUND
static final int METHOD_NOT_ALLOWED
static final int NOT_ACCEPTABLE
static final int PROXY_AUTHENTICATION_REQUIRED
static final int REQUEST_TIMEOUT
static final int CONFLICT
static final int GONE
static final int LENGTH_REQUIRED
static final int PRECONDITION_FAILED
static final int REQUEST_TOO_LONG
static final int REQUEST_URI_TOO_LONG
static final int UNSUPPORTED_MEDIA_TYPE
static final int REQUESTED_RANGE_NOT_SATISFIABLE
static final int EXPECTATION_FAILED
static final int INSUFFICIENT_SPACE_ON_RESOURCE
static final int METHOD_FAILURE
static final int UNPROCESSABLE_ENTITY
static final int LOCKED
static final int FAILED_DEPENDENCY
static final int INTERNAL_SERVER_ERROR
5xx: Server Error - The server failed to fulfill an apparently valid request.
static final int NOT_IMPLEMENTED
static final int BAD_GATEWAY
static final int SERVICE_UNAVAILABLE
static final int GATEWAY_TIMEOUT
static final int VERSION_NOT_SUPPORTED
static final int INSUFFICIENT_STORAGE
Copyright © 2018. All rights reserved.