Package be.personify.util.http
Class HttpStatus
java.lang.Object
be.personify.util.http.HttpStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int202 Accepted(HTTP/1.0 - RFC 7231)static final int208 Already Reported(WebDAV - RFC 5842, p.30, section 7.1)static final int502 Bad Gateway(HTTP/1.0 - RFC 7231)static final int400 Bad Request(HTTP/1.1 - RFC 7231)static final int4xx Client Error(HTTP/1.1 - RFC 7231)static final int409 Conflict(HTTP/1.1 - RFC 7231)static final int100 Continue(HTTP/1.1 - RFC 7231)static final int201 Created(HTTP/1.0 - RFC 7231)static final int103 Early Hints (Early Hints - RFC 8297)static final int417 Expectation Failed(HTTP/1.1 - RFC 7231)static final int424 Failed Dependency(WebDAV - RFC 2518)static final int403 Forbidden(HTTP/1.0 - RFC 7231)static final int504 Gateway Timeout(HTTP/1.1 - RFC 7231)static final int410 Gone(HTTP/1.1 - RFC 7231)static final int505 HTTP Version Not Supported(HTTP/1.1 - RFC 7231)static final int226 IM Used(Delta encoding in HTTP - RFC 3229, p.static final int100 1xx Informational(HTTP/1.1 - RFC 7231)static final intStatic constant for a 419 error.static final int507 Insufficient Storage(WebDAV - RFC 2518)static final int500 Internal Server Error(HTTP/1.0 - RFC 7231)static final int411 Length Required(HTTP/1.1 - RFC 7231)static final int423 Locked(WebDAV - RFC 2518)static final int508 Loop Detected(WebDAV - RFC 5842, p.33, section 7.2)static final intStatic constant for a 420 error.static final int405 Method Not Allowed(HTTP/1.1 - RFC 7231)static final int421 Misdirected Request(HTTP/2 - RFC 7540)static final int301 Moved Permanently(HTTP/1.0 - RFC 7231)static final int302 Moved Temporarily(SometimesFound) (HTTP/1.0 - RFC 7231)static final int207 Multi-Status(WebDAV - RFC 2518) or207 Partial Update OK(HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)static final int300 Multiple Choices(HTTP/1.1 - RFC 7231)static final int511 Network Authentication Required(Additional HTTP Status Codes - RFC 6585)static final int204 No Content(HTTP/1.0 - RFC 7231)static final int203 Non Authoritative Information(HTTP/1.1 - RFC 7231)static final int406 Not Acceptable(HTTP/1.1 - RFC 7231)static final int510 Not Extended(An HTTP Extension Framework - RFC 2774, p.static final int404 Not Found(HTTP/1.0 - RFC 7231)static final int501 Not Implemented(HTTP/1.0 - RFC 7231)static final int304 Not Modified(HTTP/1.0 - RFC 7231)static final int200 OK(HTTP/1.0 - RFC 7231)static final int206 Partial Content(HTTP/1.1 - RFC 7231)static final int402 Payment Required(HTTP/1.1 - RFC 7231)static final int308 Permanent Redirect(HTTP/1.1 - RFC 7538)static final int412 Precondition Failed(HTTP/1.1 - RFC 7231)static final int428 Precondition Required(Additional HTTP Status Codes - RFC 6585)static final int102 Processing(WebDAV - RFC 2518)static final int407 Proxy Authentication Required(HTTP/1.1 - RFC 7231)static final int3xx Redirection(HTTP/1.1 - RFC 7231)static final int431 Request Header Fields Too Large(Additional HTTP Status Codes - RFC 6585)static final int408 Request Timeout(HTTP/1.1 - RFC 7231)static final int413 Request Entity Too Large(HTTP/1.1 - RFC 7231)static final int414 Request-URI Too Long(HTTP/1.1 - RFC 7231)static final int416 Requested Range Not Satisfiable(HTTP/1.1 - RFC 7231)static final int205 Reset Content(HTTP/1.1 - RFC 7231)static final int303 See Other(HTTP/1.1 - RFC 7231)static final int500 Server Error(HTTP/1.0 - RFC 7231)static final int503 Service Unavailable(HTTP/1.0 - RFC 7231)static final int2xx Success(HTTP/1.0 - RFC 7231)static final int101 Switching Protocols(HTTP/1.1 - RFC 7231)static final int307 Temporary Redirect(HTTP/1.1 - RFC 7231)static final int425 Too Early(Using Early Data in HTTP - RFC 8470)static final int429 Too Many Requests(Additional HTTP Status Codes - RFC 6585)static final int401 Unauthorized(HTTP/1.0 - RFC 7231)static final int451 Unavailable For Legal Reasons(Legal Obstacles - RFC 7725)static final int422 Unprocessable Entity(WebDAV - RFC 2518)static final int415 Unsupported Media Type(HTTP/1.1 - RFC 7231)static final int426 Upgrade Dependency(HTTP/1.1 - RFC 2817)static final int305 Use Proxy(HTTP/1.1 - RFC 7231)static final int506 Variant Also Negotiates( Transparent Content Negotiation - RFC 2295) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INFORMATIONAL
public static final int INFORMATIONAL100 1xx Informational(HTTP/1.1 - RFC 7231)- See Also:
-
CONTINUE
public static final int CONTINUE100 Continue(HTTP/1.1 - RFC 7231)- See Also:
-
SWITCHING_PROTOCOLS
public static final int SWITCHING_PROTOCOLS101 Switching Protocols(HTTP/1.1 - RFC 7231)- See Also:
-
PROCESSING
public static final int PROCESSING102 Processing(WebDAV - RFC 2518)- See Also:
-
EARLY_HINTS
public static final int EARLY_HINTS103 Early Hints (Early Hints - RFC 8297)- See Also:
-
SUCCESS
public static final int SUCCESS2xx Success(HTTP/1.0 - RFC 7231)- See Also:
-
OK
public static final int OK200 OK(HTTP/1.0 - RFC 7231)- See Also:
-
CREATED
public static final int CREATED201 Created(HTTP/1.0 - RFC 7231)- See Also:
-
ACCEPTED
public static final int ACCEPTED202 Accepted(HTTP/1.0 - RFC 7231)- See Also:
-
NON_AUTHORITATIVE_INFORMATION
public static final int NON_AUTHORITATIVE_INFORMATION203 Non Authoritative Information(HTTP/1.1 - RFC 7231)- See Also:
-
NO_CONTENT
public static final int NO_CONTENT204 No Content(HTTP/1.0 - RFC 7231)- See Also:
-
RESET_CONTENT
public static final int RESET_CONTENT205 Reset Content(HTTP/1.1 - RFC 7231)- See Also:
-
PARTIAL_CONTENT
public static final int PARTIAL_CONTENT206 Partial Content(HTTP/1.1 - RFC 7231)- See Also:
-
MULTI_STATUS
public static final int MULTI_STATUS207 Multi-Status(WebDAV - RFC 2518) or207 Partial Update OK(HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)- See Also:
-
ALREADY_REPORTED
public static final int ALREADY_REPORTED208 Already Reported(WebDAV - RFC 5842, p.30, section 7.1)- See Also:
-
IM_USED
public static final int IM_USED226 IM Used(Delta encoding in HTTP - RFC 3229, p. 30, section 10.4.1)- See Also:
-
REDIRECTION
public static final int REDIRECTION3xx Redirection(HTTP/1.1 - RFC 7231)- See Also:
-
MULTIPLE_CHOICES
public static final int MULTIPLE_CHOICES300 Multiple Choices(HTTP/1.1 - RFC 7231)- See Also:
-
MOVED_PERMANENTLY
public static final int MOVED_PERMANENTLY301 Moved Permanently(HTTP/1.0 - RFC 7231)- See Also:
-
MOVED_TEMPORARILY
public static final int MOVED_TEMPORARILY302 Moved Temporarily(SometimesFound) (HTTP/1.0 - RFC 7231)- See Also:
-
SEE_OTHER
public static final int SEE_OTHER303 See Other(HTTP/1.1 - RFC 7231)- See Also:
-
NOT_MODIFIED
public static final int NOT_MODIFIED304 Not Modified(HTTP/1.0 - RFC 7231)- See Also:
-
USE_PROXY
public static final int USE_PROXY305 Use Proxy(HTTP/1.1 - RFC 7231)- See Also:
-
TEMPORARY_REDIRECT
public static final int TEMPORARY_REDIRECT307 Temporary Redirect(HTTP/1.1 - RFC 7231)- See Also:
-
PERMANENT_REDIRECT
public static final int PERMANENT_REDIRECT308 Permanent Redirect(HTTP/1.1 - RFC 7538)- See Also:
-
CLIENT_ERROR
public static final int CLIENT_ERROR4xx Client Error(HTTP/1.1 - RFC 7231)- See Also:
-
BAD_REQUEST
public static final int BAD_REQUEST400 Bad Request(HTTP/1.1 - RFC 7231)- See Also:
-
UNAUTHORIZED
public static final int UNAUTHORIZED401 Unauthorized(HTTP/1.0 - RFC 7231)- See Also:
-
PAYMENT_REQUIRED
public static final int PAYMENT_REQUIRED402 Payment Required(HTTP/1.1 - RFC 7231)- See Also:
-
FORBIDDEN
public static final int FORBIDDEN403 Forbidden(HTTP/1.0 - RFC 7231)- See Also:
-
NOT_FOUND
public static final int NOT_FOUND404 Not Found(HTTP/1.0 - RFC 7231)- See Also:
-
METHOD_NOT_ALLOWED
public static final int METHOD_NOT_ALLOWED405 Method Not Allowed(HTTP/1.1 - RFC 7231)- See Also:
-
NOT_ACCEPTABLE
public static final int NOT_ACCEPTABLE406 Not Acceptable(HTTP/1.1 - RFC 7231)- See Also:
-
PROXY_AUTHENTICATION_REQUIRED
public static final int PROXY_AUTHENTICATION_REQUIRED407 Proxy Authentication Required(HTTP/1.1 - RFC 7231)- See Also:
-
REQUEST_TIMEOUT
public static final int REQUEST_TIMEOUT408 Request Timeout(HTTP/1.1 - RFC 7231)- See Also:
-
CONFLICT
public static final int CONFLICT409 Conflict(HTTP/1.1 - RFC 7231)- See Also:
-
GONE
public static final int GONE410 Gone(HTTP/1.1 - RFC 7231)- See Also:
-
LENGTH_REQUIRED
public static final int LENGTH_REQUIRED411 Length Required(HTTP/1.1 - RFC 7231)- See Also:
-
PRECONDITION_FAILED
public static final int PRECONDITION_FAILED412 Precondition Failed(HTTP/1.1 - RFC 7231)- See Also:
-
REQUEST_TOO_LONG
public static final int REQUEST_TOO_LONG413 Request Entity Too Large(HTTP/1.1 - RFC 7231)- See Also:
-
REQUEST_URI_TOO_LONG
public static final int REQUEST_URI_TOO_LONG414 Request-URI Too Long(HTTP/1.1 - RFC 7231)- See Also:
-
UNSUPPORTED_MEDIA_TYPE
public static final int UNSUPPORTED_MEDIA_TYPE415 Unsupported Media Type(HTTP/1.1 - RFC 7231)- See Also:
-
REQUESTED_RANGE_NOT_SATISFIABLE
public static final int REQUESTED_RANGE_NOT_SATISFIABLE416 Requested Range Not Satisfiable(HTTP/1.1 - RFC 7231)- See Also:
-
EXPECTATION_FAILED
public static final int EXPECTATION_FAILED417 Expectation Failed(HTTP/1.1 - RFC 7231)- See Also:
-
MISDIRECTED_REQUEST
public static final int MISDIRECTED_REQUEST421 Misdirected Request(HTTP/2 - RFC 7540)- See Also:
-
INSUFFICIENT_SPACE_ON_RESOURCE
public static final int INSUFFICIENT_SPACE_ON_RESOURCEStatic constant for a 419 error.419 Insufficient Space on Resource(WebDAV - draft-ietf-webdav-protocol-05?) or419 Proxy Reauthentication Required(HTTP/1.1 drafts?)- See Also:
-
METHOD_FAILURE
public static final int METHOD_FAILUREStatic constant for a 420 error.420 Method Failure(WebDAV - draft-ietf-webdav-protocol-05?)- See Also:
-
UNPROCESSABLE_ENTITY
public static final int UNPROCESSABLE_ENTITY422 Unprocessable Entity(WebDAV - RFC 2518)- See Also:
-
LOCKED
public static final int LOCKED423 Locked(WebDAV - RFC 2518)- See Also:
-
FAILED_DEPENDENCY
public static final int FAILED_DEPENDENCY424 Failed Dependency(WebDAV - RFC 2518)- See Also:
-
TOO_EARLY
public static final int TOO_EARLY425 Too Early(Using Early Data in HTTP - RFC 8470)- See Also:
-
UPGRADE_REQUIRED
public static final int UPGRADE_REQUIRED426 Upgrade Dependency(HTTP/1.1 - RFC 2817)- See Also:
-
PRECONDITION_REQUIRED
public static final int PRECONDITION_REQUIRED428 Precondition Required(Additional HTTP Status Codes - RFC 6585)- See Also:
-
TOO_MANY_REQUESTS
public static final int TOO_MANY_REQUESTS429 Too Many Requests(Additional HTTP Status Codes - RFC 6585)- See Also:
-
REQUEST_HEADER_FIELDS_TOO_LARGE
public static final int REQUEST_HEADER_FIELDS_TOO_LARGE431 Request Header Fields Too Large(Additional HTTP Status Codes - RFC 6585)- See Also:
-
UNAVAILABLE_FOR_LEGAL_REASONS
public static final int UNAVAILABLE_FOR_LEGAL_REASONS451 Unavailable For Legal Reasons(Legal Obstacles - RFC 7725)- See Also:
-
SERVER_ERROR
public static final int SERVER_ERROR500 Server Error(HTTP/1.0 - RFC 7231)- See Also:
-
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR500 Internal Server Error(HTTP/1.0 - RFC 7231)- See Also:
-
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED501 Not Implemented(HTTP/1.0 - RFC 7231)- See Also:
-
BAD_GATEWAY
public static final int BAD_GATEWAY502 Bad Gateway(HTTP/1.0 - RFC 7231)- See Also:
-
SERVICE_UNAVAILABLE
public static final int SERVICE_UNAVAILABLE503 Service Unavailable(HTTP/1.0 - RFC 7231)- See Also:
-
GATEWAY_TIMEOUT
public static final int GATEWAY_TIMEOUT504 Gateway Timeout(HTTP/1.1 - RFC 7231)- See Also:
-
HTTP_VERSION_NOT_SUPPORTED
public static final int HTTP_VERSION_NOT_SUPPORTED505 HTTP Version Not Supported(HTTP/1.1 - RFC 7231)- See Also:
-
VARIANT_ALSO_NEGOTIATES
public static final int VARIANT_ALSO_NEGOTIATES506 Variant Also Negotiates( Transparent Content Negotiation - RFC 2295)- See Also:
-
INSUFFICIENT_STORAGE
public static final int INSUFFICIENT_STORAGE507 Insufficient Storage(WebDAV - RFC 2518)- See Also:
-
LOOP_DETECTED
public static final int LOOP_DETECTED508 Loop Detected(WebDAV - RFC 5842, p.33, section 7.2)- See Also:
-
NOT_EXTENDED
public static final int NOT_EXTENDED510 Not Extended(An HTTP Extension Framework - RFC 2774, p. 10, section 7)- See Also:
-
NETWORK_AUTHENTICATION_REQUIRED
public static final int NETWORK_AUTHENTICATION_REQUIRED511 Network Authentication Required(Additional HTTP Status Codes - RFC 6585)- See Also:
-
-
Constructor Details
-
HttpStatus
public HttpStatus()
-