public class ERXHttpStatusCodes extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPTED
202 Accepted
The request has been accepted for processing, but the processing has not been completed.
|
static int |
BAD_GATEWAY
502 Bad Gateway
|
static int |
BAD_REQUEST
400 Bad Request
The request could not be understood by the server due to malformed syntax.
|
static int |
CONFLICT
409 Conflict
The request could not be completed due to a conflict with the current state of the resource.
|
static int |
CREATED
201 Created
The request has been fulfilled and resulted in a new resource being created.
|
static int |
EXPECTATION_FAILED
417 Requested Range Not Satisfiable
|
static int |
FORBIDDEN
403 Forbidden
The server understood the request, but is refusing to fulfill it.
|
static int |
FOUND
302 Found
The requested resource resides temporarily under a different URI.
|
static int |
GATEWAY_TIMEOUT
504 Gateway Timeout
|
static int |
GONE
410 Gone
The requested resource is no longer available at the server and no forwarding address is known.
|
static int |
INTERNAL_ERROR
500 Internal Server Error
|
static int |
LENGTH_REQUIRED
411 Length Required
|
static int |
METHOD_NOT_ALLOWED
405 Method Not Allowed
The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
|
static int |
MOVED_PERMANENTLY
301 Moved Permanently
The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
|
static int |
MULTIPLE_CHOICES
300 Multiple Choices
|
static int |
NO_CONTENT
204 No Content
The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation.
|
static int |
NON_AUTHORITATIVE_INFORMATION
203 Non-Authoritative Information
|
static int |
NOT_ACCEPTABLE
406 Not Acceptable
|
static int |
NOT_FOUND
404 Not Found
The server has not found anything matching the Request-URI.
|
static int |
NOT_IMPLEMENTED
501 Not Implemented
The server does not support the functionality required to fulfill the request.
|
static int |
NOT_MODIFIED
304 Not Modified
If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
|
static int |
OK
200 OK
The request has succeeded.
|
static int |
PARTIAL_CONTENT
206 Partial Content
|
static int |
PRECONDITION_FAILED
412 Precondition Failed
The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
|
static int |
PROXY_AUTHENTICATION_REQUIRED
407 Proxy Authentication Required
|
static int |
REQUEST_ENTITY_TOO_LARGE
413 Request Entity Too Large
|
static int |
REQUEST_TIMEOUT
408 Request Timeout
|
static int |
REQUEST_URI_TOO_LONG
414 Request-URI Too Long
|
static int |
REQUESTED_RANGE_NOT_SATISFIABLE
416 Requested Range Not Satisfiable
|
static int |
RESET_CONTENT
205 Reset Content
|
static int |
SEE_OTHER
303 See Other
The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
|
static int |
SERVICE_UNAVAILABLE
503 Service Unavailable
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
|
static int |
TEMPORARY_REDIRECT
307 Temporary Redirect
|
static int |
UNAUTHORIZED
401 Unauthorized
The request requires user authentication.
|
static int |
UNSUPPORTED_MEDIA_TYPE
415 Unsupported Media Type
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.
|
static int |
USE_PROXY
305 Use Proxy
|
Constructor and Description |
---|
ERXHttpStatusCodes() |
public static final int OK
public static final int CREATED
public static final int ACCEPTED
public static final int NON_AUTHORITATIVE_INFORMATION
public static final int NO_CONTENT
public static final int RESET_CONTENT
public static final int PARTIAL_CONTENT
public static final int MULTIPLE_CHOICES
public static final int MOVED_PERMANENTLY
public static final int FOUND
public static final int SEE_OTHER
public static final int NOT_MODIFIED
public static final int USE_PROXY
public static final int TEMPORARY_REDIRECT
public static final int BAD_REQUEST
public static final int UNAUTHORIZED
public static final int FORBIDDEN
public static final int NOT_FOUND
public static final int METHOD_NOT_ALLOWED
public static final int NOT_ACCEPTABLE
public static final int PROXY_AUTHENTICATION_REQUIRED
public static final int REQUEST_TIMEOUT
public static final int CONFLICT
public static final int GONE
public static final int LENGTH_REQUIRED
public static final int PRECONDITION_FAILED
public static final int REQUEST_ENTITY_TOO_LARGE
public static final int REQUEST_URI_TOO_LONG
public static final int UNSUPPORTED_MEDIA_TYPE
public static final int REQUESTED_RANGE_NOT_SATISFIABLE
public static final int EXPECTATION_FAILED
public static final int INTERNAL_ERROR
public static final int NOT_IMPLEMENTED
public static final int BAD_GATEWAY
public static final int SERVICE_UNAVAILABLE
public static final int GATEWAY_TIMEOUT
Copyright © 2002 – 2024 Project Wonder.