com.flat502.rox.http
Interface HttpConstants.StatusCodes
- Enclosing interface:
- HttpConstants
public static interface HttpConstants.StatusCodes
Status codes as defined in
section 6.1.1
of RFC 2616.
_100_CONTINUE
static final int _100_CONTINUE
- See Also:
- Constant Field Values
_101_SWITCHING_PROTOCOLS
static final int _101_SWITCHING_PROTOCOLS
- See Also:
- Constant Field Values
_200_OK
static final int _200_OK
- See Also:
- Constant Field Values
_201_CREATED
static final int _201_CREATED
- See Also:
- Constant Field Values
_202_ACCEPTED
static final int _202_ACCEPTED
- See Also:
- Constant Field Values
_203_NON_AUTHORITATIVE_INFORMATION
static final int _203_NON_AUTHORITATIVE_INFORMATION
- See Also:
- Constant Field Values
_204_NO_CONTENT
static final int _204_NO_CONTENT
- See Also:
- Constant Field Values
_205_RESET_CONTENT
static final int _205_RESET_CONTENT
- See Also:
- Constant Field Values
_206_PARTIAL_CONTENT
static final int _206_PARTIAL_CONTENT
- See Also:
- Constant Field Values
_300_MULTIPLE_CHOICES
static final int _300_MULTIPLE_CHOICES
- See Also:
- Constant Field Values
_301_MOVED_PERMANENTLY
static final int _301_MOVED_PERMANENTLY
- See Also:
- Constant Field Values
_302_FOUND
static final int _302_FOUND
- See Also:
- Constant Field Values
_303_SEE_OTHER
static final int _303_SEE_OTHER
- See Also:
- Constant Field Values
_304_NOT_MODIFIED
static final int _304_NOT_MODIFIED
- See Also:
- Constant Field Values
_305_USE_PROXY
static final int _305_USE_PROXY
- See Also:
- Constant Field Values
_307_TEMPORARY_REDIRECT
static final int _307_TEMPORARY_REDIRECT
- See Also:
- Constant Field Values
_400_BAD_REQUEST
static final int _400_BAD_REQUEST
- See Also:
- Constant Field Values
_401_UNAUTHORIZED
static final int _401_UNAUTHORIZED
- See Also:
- Constant Field Values
_402_PAYMENT_REQUIRED
static final int _402_PAYMENT_REQUIRED
- See Also:
- Constant Field Values
_403_FORBIDDEN
static final int _403_FORBIDDEN
- See Also:
- Constant Field Values
_404_NOT_FOUND
static final int _404_NOT_FOUND
- See Also:
- Constant Field Values
_405_METHOD_NOT_ALLOWED
static final int _405_METHOD_NOT_ALLOWED
- See Also:
- Constant Field Values
_406_NOT_ACCEPTABLE
static final int _406_NOT_ACCEPTABLE
- See Also:
- Constant Field Values
_407_PROXY_AUTH_REQUIRED
static final int _407_PROXY_AUTH_REQUIRED
- See Also:
- Constant Field Values
_408_REQUEST_TIMEOUT
static final int _408_REQUEST_TIMEOUT
- See Also:
- Constant Field Values
_409_CONFLICT
static final int _409_CONFLICT
- See Also:
- Constant Field Values
_410_GONE
static final int _410_GONE
- See Also:
- Constant Field Values
_411_LENGTH_REQUIRED
static final int _411_LENGTH_REQUIRED
- See Also:
- Constant Field Values
_412_PRECONDITION_FAILED
static final int _412_PRECONDITION_FAILED
- See Also:
- Constant Field Values
_413_REQUEST_ENTITY_TOO_LARGE
static final int _413_REQUEST_ENTITY_TOO_LARGE
- See Also:
- Constant Field Values
_414_REQUEST_URI_TOO_LARGE
static final int _414_REQUEST_URI_TOO_LARGE
- See Also:
- Constant Field Values
_415_UNSUPPORTED_MEDIA_TYPE
static final int _415_UNSUPPORTED_MEDIA_TYPE
- See Also:
- Constant Field Values
_416_REQUEST_RANGE_NOT_SATISFIABLE
static final int _416_REQUEST_RANGE_NOT_SATISFIABLE
- See Also:
- Constant Field Values
_417_EXPECTATION_FAILED
static final int _417_EXPECTATION_FAILED
- See Also:
- Constant Field Values
_500_INTERNAL_SERVER_ERROR
static final int _500_INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
_501_NOT_IMPLEMENTED
static final int _501_NOT_IMPLEMENTED
- See Also:
- Constant Field Values
_502_BAD_GATEWAY
static final int _502_BAD_GATEWAY
- See Also:
- Constant Field Values
_503_SERVICE_UNAVAILABLE
static final int _503_SERVICE_UNAVAILABLE
- See Also:
- Constant Field Values
_504_GATEWAY_TIMEOUT
static final int _504_GATEWAY_TIMEOUT
- See Also:
- Constant Field Values
_505_HTTP_VERSION_NOT_SUPPORTED
static final int _505_HTTP_VERSION_NOT_SUPPORTED
- See Also:
- Constant Field Values