public class HttpStatusCode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCEPTED
202 Accepted (HTTP/1.0 - RFC 1945)
|
static int |
BAD_GATEWAY
502 Bad Gateway (HTTP/1.0 - RFC 1945)
|
static int |
BAD_REQUEST
400 Bad Request (HTTP/1.1 - RFC 2616)
|
static int |
CONFLICT
409 Conflict (HTTP/1.1 - RFC 2616)
|
static int |
CONTINUE
100 Continue (HTTP/1.1 - RFC 2616)
|
static int |
CREATED
201 Created (HTTP/1.0 - RFC 1945)
|
static int |
EXPECTATION_FAILED
417 Expectation Failed (HTTP/1.1 - RFC 2616)
|
static int |
FAILED_DEPENDENCY
424 Failed Dependency (WebDAV - RFC 2518)
|
static int |
FORBIDDEN
403 Forbidden (HTTP/1.0 - RFC 1945)
|
static int |
GATEWAY_TIMEOUT
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
|
static int |
GONE
410 Gone (HTTP/1.1 - RFC 2616)
|
static int |
HTTP_VERSION_NOT_SUPPORTED
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
|
static int |
INSUFFICIENT_SPACE_ON_RESOURCE
Static constant for a 419 error.
|
static int |
INSUFFICIENT_STORAGE
507 Insufficient Storage (WebDAV - RFC 2518)
|
static int |
INTERNAL_SERVER_ERROR
500 Server Error (HTTP/1.0 - RFC 1945)
|
static int |
LENGTH_REQUIRED
411 Length Required (HTTP/1.1 - RFC 2616)
|
static int |
LOCKED
423 Locked (WebDAV - RFC 2518)
|
static int |
METHOD_FAILURE
Static constant for a 420 error.
|
static int |
METHOD_NOT_ALLOWED
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
|
static int |
MOVED_PERMANENTLY
301 Moved Permanently (HTTP/1.0 - RFC 1945)
|
static int |
MOVED_TEMPORARILY
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
|
static int |
MULTI_STATUS
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update
OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
|
static int |
MULTIPLE_CHOICES
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
|
static int |
NO_CONTENT
204 No Content (HTTP/1.0 - RFC 1945)
|
static int |
NON_AUTHORITATIVE_INFORMATION
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
|
static int |
NOT_ACCEPTABLE
406 Not Acceptable (HTTP/1.1 - RFC 2616)
|
static int |
NOT_FOUND
404 Not Found (HTTP/1.0 - RFC 1945)
|
static int |
NOT_IMPLEMENTED
501 Not Implemented (HTTP/1.0 - RFC 1945)
|
static int |
NOT_MODIFIED
304 Not Modified (HTTP/1.0 - RFC 1945)
|
static int |
OK
200 OK (HTTP/1.0 - RFC 1945)
|
static int |
PARTIAL_CONTENT
206 Partial Content (HTTP/1.1 - RFC 2616)
|
static int |
PAYMENT_REQUIRED
402 Payment Required (HTTP/1.1 - RFC 2616)
|
static int |
PRECONDITION_FAILED
412 Precondition Failed (HTTP/1.1 - RFC 2616)
|
static int |
PROCESSING
102 Processing (WebDAV - RFC 2518)
|
static int |
PROXY_AUTHENTICATION_REQUIRED
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
|
static int |
REQUEST_TIMEOUT
408 Request Timeout (HTTP/1.1 - RFC 2616)
|
static int |
REQUEST_TOO_LONG
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
|
static int |
REQUEST_URI_TOO_LONG
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
|
static int |
REQUESTED_RANGE_NOT_SATISFIABLE
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
|
static int |
RESET_CONTENT
205 Reset Content (HTTP/1.1 - RFC 2616)
|
static int |
SEE_OTHER
303 See Other (HTTP/1.1 - RFC 2616)
|
static int |
SERVICE_UNAVAILABLE
503 Service Unavailable (HTTP/1.0 - RFC 1945)
|
static int |
SWITCHING_PROTOCOLS
101 Switching Protocols (HTTP/1.1 - RFC 2616)
|
static int |
TEMPORARY_REDIRECT
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
|
static int |
UNAUTHORIZED
401 Unauthorized (HTTP/1.0 - RFC 1945)
|
static int |
UNPROCESSABLE_ENTITY
422 Unprocessable Entity (WebDAV - RFC 2518)
|
static int |
UNSUPPORTED_MEDIA_TYPE
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
|
static int |
USE_PROXY
305 Use Proxy (HTTP/1.1 - RFC 2616)
|
| Constructor and Description |
|---|
HttpStatusCode() |
public static final int CONTINUE
public static final int SWITCHING_PROTOCOLS
public static final int PROCESSING
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 MULTI_STATUS
public static final int MULTIPLE_CHOICES
public static final int MOVED_PERMANENTLY
public static final int MOVED_TEMPORARILY
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 PAYMENT_REQUIRED
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_TOO_LONG
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 INSUFFICIENT_SPACE_ON_RESOURCE
public static final int METHOD_FAILURE
public static final int UNPROCESSABLE_ENTITY
public static final int LOCKED
public static final int FAILED_DEPENDENCY
public static final int INTERNAL_SERVER_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
public static final int HTTP_VERSION_NOT_SUPPORTED
public static final int INSUFFICIENT_STORAGE
Copyright © 2016. All rights reserved.