Field Summary |
|
final public static int | SC_ACCEPTED Status code (202) indicating that a request was accepted for
processing, but was not completed. |
final public static int | SC_BAD_GATEWAY Status code (502) indicating that the HTTP server received an
invalid response from a server it consulted when acting as a
proxy or gateway. |
final public static int | SC_BAD_REQUEST Status code (400) indicating the request sent by the client was
syntactically incorrect. |
final public static int | SC_CONFLICT Status code (409) indicating that the request could not be
completed due to a conflict with the current state of the
resource. |
final public static int | SC_CONTINUE Status code (100) indicating the client may continue with
its request. |
final public static int | SC_CREATED Status code (201) indicating the request succeeded and created
a new resource on the server. |
final public static int | SC_FAILED_DEPENDENCY Status code (424) indicating the method was not executed on
a particular resource within its scope because some part of
the method's execution failed causing the entire method to be
aborted. |
final public static int | SC_FORBIDDEN Status code (403) indicating the server understood the request
but refused to fulfill it. |
final public static int | SC_GATEWAY_TIMEOUT Status code (504) indicating the server did not receive a
timely response from the upstream server while acting as a
gateway or proxy. |
final public static int | SC_GONE Status code (410) indicating the server did not receive a timely
response from the upstream server while acting as a gateway or proxy. |
final public static int | SC_HTTP_VERSION_NOT_SUPPORTED Status code (505) indicating the server does not support or
refuses to support the HTTP protocol version that was used
in the request message. |
final public static int | SC_INSUFFICIENT_SPACE_ON_RESOURCE Status code (425) indicating that the resource does not have sufficient
space to record the state of the resource after the executino of the method. |
final public static int | SC_INTERNAL_SERVER_ERROR Status code (500) indicating an error inside the HTTP service
which prevented it from fulfilling the request. |
final public static int | SC_LENGTH_REQUIRED Status code (411) indicating the request cannot be handled
without a defined Content-Length. |
final public static int | SC_LOCKED Status code (423) indicating the source or destination resource of a
method is locked. |
final public static int | SC_METHOD_NOT_ALLOWED Status code (405) indicating the method specified is not
allowed for the resource. |
final public static int | SC_MOVED_PERMANENTLY Status code (301) indicating that the resource has permanently
moved to a new location, and that future references should use a
new URI with their requests. |
final public static int | SC_MOVED_TEMPORARILY Status code (302) indicating that the resource has temporarily
moved to another location, but that future references should
still use the original URI to access the resource. |
final public static int | SC_MULTIPLE_CHOICES |
final public static int | SC_MULTI_STATUS Status code (207) indicating that the response provides status for multiple
independent operations. |
final public static int | SC_NON_AUTHORITATIVE_INFORMATION Status code (203) indicating that the meta information presented
by the client did not originate from the server. |
final public static int | SC_NOT_ACCEPTABLE Status code (406) indicating the resource identified by the
request is only capable of generating response entities
which have content characteristics not acceptable according
to the accept headerssent in the request. |
final public static int | SC_NOT_FOUND Status code (404) indicating that the requested resource is not
available. |
final public static int | SC_NOT_IMPLEMENTED Status code (501) indicating the HTTP service does not support
the functionality needed to fulfill the request. |
final public static int | SC_NOT_MODIFIED Status code (304) indicating that a conditional GET operation
found that the resource was available and not modified. |
final public static int | SC_NO_CONTENT Status code (204) indicating that the request succeeded but that
there was no new information to return. |
final public static int | SC_NO_SUCH_TARGET |
final public static int | SC_OK Status code (200) indicating the request succeeded normally. |
final public static int | SC_PARTIAL_CONTENT Status code (206) indicating that the server has fulfilled the partial
GET request for the resource. |
final public static int | SC_PAYMENT_REQUIRED Status code (402) reserved for future use. |
final public static int | SC_PRECONDITION_FAILED Status code (412) indicating the precondition given in one
or more of the request-header fields evaluated to false
when it was tested on the server. |
final public static int | SC_PROCESSING Status code (102) indicating the server is still processing the request. |
final public static int | SC_PROXY_AUTHENTICATION_REQUIRED Status code (407) indicating the client MUST first authenticate
itself with the proxy. |
final public static int | SC_REQUEST_TIMEOUT Status code (408) indicating the client did not produce a request within
the time that the server was prepared to wait. |
final public static int | SC_REQUEST_TOO_LONG Status code (413) indicating the server is refusing to
process a request because the request entity is larger
than the server is willing or able to process. |
final public static int | SC_REQUEST_URI_TOO_LONG Status code (414) indicating the server is refusing to
service the request because the Request-URI is longer
than the server is willing to interpret. |
final public static int | SC_RESET_CONTENT Status code (205) indicating that the agent SHOULD reset the document
view which caused the request to be sent. |
final public static int | SC_SEE_OTHER Status code (303) indicating that the response to the request can
be found under a different URI. |
final public static int | SC_SERVICE_UNAVAILABLE Status code (503) indicating that the HTTP service is
temporarily overloaded, and unable to handle the request. |
final public static int | SC_SWITCHING_PROTOCOLS Status code (101) indicating the server is switching protocols
according to Upgrade header. |
final public static int | SC_UNAUTHORIZED Status code (401) indicating that the request requires HTTP
authentication. |
final public static int | SC_UNPROCESSABLE_ENTITY Status code (422) indicating the server understands the content type of the
request entity, but was unable to process the contained instructions. |
final public static int | SC_UNSUPPORTED_MEDIA_TYPE Status code (415) indicating the server is refusing to service
the request because the entity of the request is in a format
not supported by the requested resource for the requested
method. |
final public static int | SC_USE_PROXY Status code (305) indicating that the requested resource MUST be accessed
through the proxy given by the Location field. |