Package org.rapidcontext.util
Interface HttpUtil.Status
- Enclosing interface:
 HttpUtil
public static interface HttpUtil.Status
The HTTP status codes as defined in RFC1945 (HTTP/1.0) and
 RFC2616 (HTTP/1.1).
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int202 Accepted(HTTP/1.0 - RFC 1945)static final int502 Bad Gateway(HTTP/1.0 - RFC 1945)static final int400 Bad Request(HTTP/1.1 - RFC 2616)static final int409 Conflict(HTTP/1.1 - RFC 2616)static final int100 Continue(HTTP/1.1 - RFC 2616)static final int201 Created(HTTP/1.0 - RFC 1945)static final int417 Expectation Failed(HTTP/1.1 - RFC 2616)static final int403 Forbidden(HTTP/1.0 - RFC 1945)static final int302 Found(HTTP/1.1 - RFC 2616)static final int504 Gateway Timeout(HTTP/1.1 - RFC 2616)static final int410 Gone(HTTP/1.1 - RFC 2616)static final int505 HTTP Version Not Supported(HTTP/1.1 - RFC 2616)static final int500 Server Error(HTTP/1.0 - RFC 1945)static final int411 Length Required(HTTP/1.1 - RFC 2616)static final int405 Method Not Allowed(HTTP/1.1 - RFC 2616)static final int301 Moved Permanently(HTTP/1.0 - RFC 1945)static final int300 Multiple Choices(HTTP/1.1 - RFC 2616)static final int204 No Content(HTTP/1.0 - RFC 1945)static final int203 Non Authoritative Information(HTTP/1.1 - RFC 2616)static final int406 Not Acceptable(HTTP/1.1 - RFC 2616)static final int404 Not Found(HTTP/1.0 - RFC 1945)static final int501 Not Implemented(HTTP/1.0 - RFC 1945)static final int304 Not Modified(HTTP/1.0 - RFC 1945)static final int200 OK(HTTP/1.0 - RFC 1945)static final int206 Partial Content(HTTP/1.1 - RFC 2616)static final int402 Payment Required(HTTP/1.1 - RFC 2616)static final int412 Precondition Failed(HTTP/1.1 - RFC 2616)static final int407 Proxy Authentication Required(HTTP/1.1 - RFC 2616)static final int413 Request Entity Too Large(HTTP/1.1 - RFC 2616)static final int408 Request Timeout(HTTP/1.1 - RFC 2616)static final int414 Request-URI Too Long(HTTP/1.1 - RFC 2616)static final int416 Requested Range Not Satisfiable(HTTP/1.1 - RFC 2616)static final int205 Reset Content(HTTP/1.1 - RFC 2616)static final int303 See Other(HTTP/1.1 - RFC 2616)static final int503 Service Unavailable(HTTP/1.0 - RFC 1945)static final int101 Switching Protocols(HTTP/1.1 - RFC 2616)static final int307 Temporary Redirect(HTTP/1.1 - RFC 2616)static final int401 Unauthorized(HTTP/1.0 - RFC 1945)static final int415 Unsupported Media Type(HTTP/1.1 - RFC 2616)static final int305 Use Proxy(HTTP/1.1 - RFC 2616) 
- 
Field Details
- 
CONTINUE
static final int CONTINUE100 Continue(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
SWITCHING_PROTOCOLS
static final int SWITCHING_PROTOCOLS101 Switching Protocols(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
OK
static final int OK200 OK(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
CREATED
static final int CREATED201 Created(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
ACCEPTED
static final int ACCEPTED202 Accepted(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
NON_AUTHORITATIVE_INFORMATION
static final int NON_AUTHORITATIVE_INFORMATION203 Non Authoritative Information(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
NO_CONTENT
static final int NO_CONTENT204 No Content(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
RESET_CONTENT
static final int RESET_CONTENT205 Reset Content(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
PARTIAL_CONTENT
static final int PARTIAL_CONTENT206 Partial Content(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
MULTIPLE_CHOICES
static final int MULTIPLE_CHOICES300 Multiple Choices(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
MOVED_PERMANENTLY
static final int MOVED_PERMANENTLY301 Moved Permanently(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
FOUND
static final int FOUND302 Found(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
SEE_OTHER
static final int SEE_OTHER303 See Other(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
NOT_MODIFIED
static final int NOT_MODIFIED304 Not Modified(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
USE_PROXY
static final int USE_PROXY305 Use Proxy(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
TEMPORARY_REDIRECT
static final int TEMPORARY_REDIRECT307 Temporary Redirect(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
BAD_REQUEST
static final int BAD_REQUEST400 Bad Request(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
UNAUTHORIZED
static final int UNAUTHORIZED401 Unauthorized(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
PAYMENT_REQUIRED
static final int PAYMENT_REQUIRED402 Payment Required(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
FORBIDDEN
static final int FORBIDDEN403 Forbidden(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
NOT_FOUND
static final int NOT_FOUND404 Not Found(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
METHOD_NOT_ALLOWED
static final int METHOD_NOT_ALLOWED405 Method Not Allowed(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
NOT_ACCEPTABLE
static final int NOT_ACCEPTABLE406 Not Acceptable(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
PROXY_AUTHENTICATION_REQUIRED
static final int PROXY_AUTHENTICATION_REQUIRED407 Proxy Authentication Required(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
REQUEST_TIMEOUT
static final int REQUEST_TIMEOUT408 Request Timeout(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
CONFLICT
static final int CONFLICT409 Conflict(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
GONE
static final int GONE410 Gone(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
LENGTH_REQUIRED
static final int LENGTH_REQUIRED411 Length Required(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
PRECONDITION_FAILED
static final int PRECONDITION_FAILED412 Precondition Failed(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
REQUEST_ENTITY_TOO_LARGE
static final int REQUEST_ENTITY_TOO_LARGE413 Request Entity Too Large(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
REQUEST_URI_TOO_LONG
static final int REQUEST_URI_TOO_LONG414 Request-URI Too Long(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
UNSUPPORTED_MEDIA_TYPE
static final int UNSUPPORTED_MEDIA_TYPE415 Unsupported Media Type(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
REQUESTED_RANGE_NOT_SATISFIABLE
static final int REQUESTED_RANGE_NOT_SATISFIABLE416 Requested Range Not Satisfiable(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
EXPECTATION_FAILED
static final int EXPECTATION_FAILED417 Expectation Failed(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
INTERNAL_SERVER_ERROR
static final int INTERNAL_SERVER_ERROR500 Server Error(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
NOT_IMPLEMENTED
static final int NOT_IMPLEMENTED501 Not Implemented(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
BAD_GATEWAY
static final int BAD_GATEWAY502 Bad Gateway(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
SERVICE_UNAVAILABLE
static final int SERVICE_UNAVAILABLE503 Service Unavailable(HTTP/1.0 - RFC 1945)- See Also:
 
 - 
GATEWAY_TIMEOUT
static final int GATEWAY_TIMEOUT504 Gateway Timeout(HTTP/1.1 - RFC 2616)- See Also:
 
 - 
HTTP_VERSION_NOT_SUPPORTED
static final int HTTP_VERSION_NOT_SUPPORTED505 HTTP Version Not Supported(HTTP/1.1 - RFC 2616)- See Also:
 
 
 -