Package com.yahoo.jdisc
Interface Response.Status
- Enclosing class:
- Response
public static interface Response.Status
This interface acts as a namespace for the built-in status codes of the jDISC core. These are identical to the
common HTTP status codes (see RFC2616).
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
4xx: Client Error - The request contains bad syntax or cannot be fulfilled.static final int
static final int
1xx: Informational - Request received, continuing process.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
5xx: Server Error - The server failed to fulfill an apparently valid request.static final int
static final int
static final int
static final int
static final int
static final int
static final int
3xx: Redirection - Further action must be taken in order to complete the request.static final int
static final int
static final int
static final int
static final int
static final int
static final int
2xx: Success - The action was successfully received, understood, and accepted.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
CONTINUE
static final int CONTINUE1xx: Informational - Request received, continuing process.
- See Also:
-
SWITCHING_PROTOCOLS
static final int SWITCHING_PROTOCOLS- See Also:
-
PROCESSING
static final int PROCESSING- See Also:
-
OK
static final int OK2xx: Success - The action was successfully received, understood, and accepted.
- See Also:
-
CREATED
static final int CREATED- See Also:
-
ACCEPTED
static final int ACCEPTED- See Also:
-
NON_AUTHORITATIVE_INFORMATION
static final int NON_AUTHORITATIVE_INFORMATION- See Also:
-
NO_CONTENT
static final int NO_CONTENT- See Also:
-
RESET_CONTENT
static final int RESET_CONTENT- See Also:
-
PARTIAL_CONTENT
static final int PARTIAL_CONTENT- See Also:
-
MULTI_STATUS
static final int MULTI_STATUS- See Also:
-
MULTIPLE_CHOICES
static final int MULTIPLE_CHOICES3xx: Redirection - Further action must be taken in order to complete the request.
- See Also:
-
MOVED_PERMANENTLY
static final int MOVED_PERMANENTLY- See Also:
-
FOUND
static final int FOUND- See Also:
-
SEE_OTHER
static final int SEE_OTHER- See Also:
-
NOT_MODIFIED
static final int NOT_MODIFIED- See Also:
-
USE_PROXY
static final int USE_PROXY- See Also:
-
TEMPORARY_REDIRECT
static final int TEMPORARY_REDIRECT- See Also:
-
BAD_REQUEST
static final int BAD_REQUEST4xx: Client Error - The request contains bad syntax or cannot be fulfilled.
- See Also:
-
UNAUTHORIZED
static final int UNAUTHORIZED- See Also:
-
PAYMENT_REQUIRED
static final int PAYMENT_REQUIRED- See Also:
-
FORBIDDEN
static final int FORBIDDEN- See Also:
-
NOT_FOUND
static final int NOT_FOUND- See Also:
-
METHOD_NOT_ALLOWED
static final int METHOD_NOT_ALLOWED- See Also:
-
NOT_ACCEPTABLE
static final int NOT_ACCEPTABLE- See Also:
-
PROXY_AUTHENTICATION_REQUIRED
static final int PROXY_AUTHENTICATION_REQUIRED- See Also:
-
REQUEST_TIMEOUT
static final int REQUEST_TIMEOUT- See Also:
-
CONFLICT
static final int CONFLICT- See Also:
-
GONE
static final int GONE- See Also:
-
LENGTH_REQUIRED
static final int LENGTH_REQUIRED- See Also:
-
PRECONDITION_FAILED
static final int PRECONDITION_FAILED- See Also:
-
REQUEST_TOO_LONG
static final int REQUEST_TOO_LONG- See Also:
-
REQUEST_URI_TOO_LONG
static final int REQUEST_URI_TOO_LONG- See Also:
-
UNSUPPORTED_MEDIA_TYPE
static final int UNSUPPORTED_MEDIA_TYPE- See Also:
-
REQUESTED_RANGE_NOT_SATISFIABLE
static final int REQUESTED_RANGE_NOT_SATISFIABLE- See Also:
-
EXPECTATION_FAILED
static final int EXPECTATION_FAILED- See Also:
-
INSUFFICIENT_SPACE_ON_RESOURCE
static final int INSUFFICIENT_SPACE_ON_RESOURCE- See Also:
-
METHOD_FAILURE
static final int METHOD_FAILURE- See Also:
-
UNPROCESSABLE_ENTITY
static final int UNPROCESSABLE_ENTITY- See Also:
-
LOCKED
static final int LOCKED- See Also:
-
FAILED_DEPENDENCY
static final int FAILED_DEPENDENCY- See Also:
-
TOO_MANY_REQUESTS
static final int TOO_MANY_REQUESTS- See Also:
-
INTERNAL_SERVER_ERROR
static final int INTERNAL_SERVER_ERROR5xx: Server Error - The server failed to fulfill an apparently valid request.- See Also:
-
NOT_IMPLEMENTED
static final int NOT_IMPLEMENTED- See Also:
-
BAD_GATEWAY
static final int BAD_GATEWAY- See Also:
-
SERVICE_UNAVAILABLE
static final int SERVICE_UNAVAILABLE- See Also:
-
GATEWAY_TIMEOUT
static final int GATEWAY_TIMEOUT- See Also:
-
VERSION_NOT_SUPPORTED
static final int VERSION_NOT_SUPPORTED- See Also:
-
INSUFFICIENT_STORAGE
static final int INSUFFICIENT_STORAGE- See Also:
-