Package com.yahoo.jdisc
Interface Response.Status
-
-
Field Summary
Fields Modifier and Type Field 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
TOO_MANY_REQUESTS
static int
UNAUTHORIZED
static int
UNPROCESSABLE_ENTITY
static int
UNSUPPORTED_MEDIA_TYPE
static int
USE_PROXY
static int
VERSION_NOT_SUPPORTED
-
-
-
Field Detail
-
CONTINUE
static final int CONTINUE
1xx: Informational - Request received, continuing process.
- See Also:
- Constant Field Values
-
SWITCHING_PROTOCOLS
static final int SWITCHING_PROTOCOLS
- See Also:
- Constant Field Values
-
PROCESSING
static final int PROCESSING
- See Also:
- Constant Field Values
-
OK
static final int OK
2xx: Success - The action was successfully received, understood, and accepted.
- See Also:
- Constant Field Values
-
CREATED
static final int CREATED
- See Also:
- Constant Field Values
-
ACCEPTED
static final int ACCEPTED
- See Also:
- Constant Field Values
-
NON_AUTHORITATIVE_INFORMATION
static final int NON_AUTHORITATIVE_INFORMATION
- See Also:
- Constant Field Values
-
NO_CONTENT
static final int NO_CONTENT
- See Also:
- Constant Field Values
-
RESET_CONTENT
static final int RESET_CONTENT
- See Also:
- Constant Field Values
-
PARTIAL_CONTENT
static final int PARTIAL_CONTENT
- See Also:
- Constant Field Values
-
MULTI_STATUS
static final int MULTI_STATUS
- See Also:
- Constant Field Values
-
MULTIPLE_CHOICES
static final int MULTIPLE_CHOICES
3xx: Redirection - Further action must be taken in order to complete the request.
- See Also:
- Constant Field Values
-
MOVED_PERMANENTLY
static final int MOVED_PERMANENTLY
- See Also:
- Constant Field Values
-
FOUND
static final int FOUND
- See Also:
- Constant Field Values
-
SEE_OTHER
static final int SEE_OTHER
- See Also:
- Constant Field Values
-
NOT_MODIFIED
static final int NOT_MODIFIED
- See Also:
- Constant Field Values
-
USE_PROXY
static final int USE_PROXY
- See Also:
- Constant Field Values
-
TEMPORARY_REDIRECT
static final int TEMPORARY_REDIRECT
- See Also:
- Constant Field Values
-
BAD_REQUEST
static final int BAD_REQUEST
4xx: Client Error - The request contains bad syntax or cannot be fulfilled.
- See Also:
- Constant Field Values
-
UNAUTHORIZED
static final int UNAUTHORIZED
- See Also:
- Constant Field Values
-
PAYMENT_REQUIRED
static final int PAYMENT_REQUIRED
- See Also:
- Constant Field Values
-
FORBIDDEN
static final int FORBIDDEN
- See Also:
- Constant Field Values
-
NOT_FOUND
static final int NOT_FOUND
- See Also:
- Constant Field Values
-
METHOD_NOT_ALLOWED
static final int METHOD_NOT_ALLOWED
- See Also:
- Constant Field Values
-
NOT_ACCEPTABLE
static final int NOT_ACCEPTABLE
- See Also:
- Constant Field Values
-
PROXY_AUTHENTICATION_REQUIRED
static final int PROXY_AUTHENTICATION_REQUIRED
- See Also:
- Constant Field Values
-
REQUEST_TIMEOUT
static final int REQUEST_TIMEOUT
- See Also:
- Constant Field Values
-
CONFLICT
static final int CONFLICT
- See Also:
- Constant Field Values
-
GONE
static final int GONE
- See Also:
- Constant Field Values
-
LENGTH_REQUIRED
static final int LENGTH_REQUIRED
- See Also:
- Constant Field Values
-
PRECONDITION_FAILED
static final int PRECONDITION_FAILED
- See Also:
- Constant Field Values
-
REQUEST_TOO_LONG
static final int REQUEST_TOO_LONG
- See Also:
- Constant Field Values
-
REQUEST_URI_TOO_LONG
static final int REQUEST_URI_TOO_LONG
- See Also:
- Constant Field Values
-
UNSUPPORTED_MEDIA_TYPE
static final int UNSUPPORTED_MEDIA_TYPE
- See Also:
- Constant Field Values
-
REQUESTED_RANGE_NOT_SATISFIABLE
static final int REQUESTED_RANGE_NOT_SATISFIABLE
- See Also:
- Constant Field Values
-
EXPECTATION_FAILED
static final int EXPECTATION_FAILED
- See Also:
- Constant Field Values
-
INSUFFICIENT_SPACE_ON_RESOURCE
static final int INSUFFICIENT_SPACE_ON_RESOURCE
- See Also:
- Constant Field Values
-
METHOD_FAILURE
static final int METHOD_FAILURE
- See Also:
- Constant Field Values
-
UNPROCESSABLE_ENTITY
static final int UNPROCESSABLE_ENTITY
- See Also:
- Constant Field Values
-
LOCKED
static final int LOCKED
- See Also:
- Constant Field Values
-
FAILED_DEPENDENCY
static final int FAILED_DEPENDENCY
- See Also:
- Constant Field Values
-
TOO_MANY_REQUESTS
static final int TOO_MANY_REQUESTS
- See Also:
- Constant Field Values
-
INTERNAL_SERVER_ERROR
static final int INTERNAL_SERVER_ERROR
5xx: Server Error - The server failed to fulfill an apparently valid request.- See Also:
- Constant Field Values
-
NOT_IMPLEMENTED
static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
-
BAD_GATEWAY
static final int BAD_GATEWAY
- See Also:
- Constant Field Values
-
SERVICE_UNAVAILABLE
static final int SERVICE_UNAVAILABLE
- See Also:
- Constant Field Values
-
GATEWAY_TIMEOUT
static final int GATEWAY_TIMEOUT
- See Also:
- Constant Field Values
-
VERSION_NOT_SUPPORTED
static final int VERSION_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
INSUFFICIENT_STORAGE
static final int INSUFFICIENT_STORAGE
- See Also:
- Constant Field Values
-
-