Package org.htmlunit.http
Class HttpStatus
java.lang.Object
org.htmlunit.http.HttpStatus
Http Status Codes.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted / 202.static final int
Bad Gateway / 502.static final int
Bad Request / 400.static final int
Conflict / 409.static final int
Continue / 100.static final int
Created / 201.static final int
Enhance Your Calm / 420.static final int
Expectation Failed / 417.static final int
Failed Dependency / 424.static final int
Forbidden / 403.static final int
Found / 302.static final int
Gateway Timeout / 504.static final int
Gone / 410.static final int
Http Version Not Supported / 505.static final int
Im A Teapot / 418.static final int
Insufficient Storage / 507.static final int
Internal Server Error / 500.static final int
Length Required / 411.static final int
Locked / 423.static final int
Loop Detected / 508.static final int
Method Not Allowed / 405.static final int
Misdirected Request / 421.static final int
Moved Permanently / 301.static final int
Multi Status / 207.static final int
Multiple Choices / 300.static final int
Network Authentication Required / 511.static final int
No Content / 204.static final String
No Content / 204.static final int
Non Authoritative Information / 203.static final int
Not Acceptable / 406.static final int
Not Extended / 510.static final int
Not Found / 404.static final String
Not Found / 404.static final int
Not Implemented / 501.static final int
Not Modified / 304.static final int
OK / 200.static final String
OK / 200.static final int
Partial Content / 206.static final int
Payload Too Large / 413.static final int
Payment Required / 402.static final int
Permanent Redirect / 308.static final int
Precondition Failed / 412.static final int
Precondition Required / 428.static final int
Processing / 102.static final int
Proxy Authentication Required / 407.static final int
Range Not Satisfiable / 416.static final int
Request Header Fields Too Large / 431.static final int
Request Timeout / 408.static final int
Reset Content / 205.static final int
See Other / 303.static final int
Service Unavailable / 503.static final int
Switching Protocols / 101.static final int
Temporary Redirect / 307.static final int
Too Many Requests / 429.static final int
Unauthorized / 401.static final int
Bad Unavailable For Legal Reasons / 451.static final int
Unprocessable Entity / 422.static final int
Unsupported Media Type / 415.static final int
Update Required / 426.static final int
URI Too Long / 414.static final int
Use Proxy / 305. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONTINUE_100
public static final int CONTINUE_100Continue / 100.- See Also:
-
SWITCHING_PROTOCOLS_101
public static final int SWITCHING_PROTOCOLS_101Switching Protocols / 101.- See Also:
-
PROCESSING_102
public static final int PROCESSING_102Processing / 102.- See Also:
-
OK_200
public static final int OK_200OK / 200.- See Also:
-
OK_200_MSG
OK / 200.- See Also:
-
CREATED_201
public static final int CREATED_201Created / 201.- See Also:
-
ACCEPTED_202
public static final int ACCEPTED_202Accepted / 202.- See Also:
-
NON_AUTHORITATIVE_INFORMATION_203
public static final int NON_AUTHORITATIVE_INFORMATION_203Non Authoritative Information / 203.- See Also:
-
NO_CONTENT_204
public static final int NO_CONTENT_204No Content / 204.- See Also:
-
NO_CONTENT_204_MSG
No Content / 204.- See Also:
-
RESET_CONTENT_205
public static final int RESET_CONTENT_205Reset Content / 205.- See Also:
-
PARTIAL_CONTENT_206
public static final int PARTIAL_CONTENT_206Partial Content / 206.- See Also:
-
MULTI_STATUS_207
public static final int MULTI_STATUS_207Multi Status / 207.- See Also:
-
MULTIPLE_CHOICES_300
public static final int MULTIPLE_CHOICES_300Multiple Choices / 300.- See Also:
-
MOVED_PERMANENTLY_301
public static final int MOVED_PERMANENTLY_301Moved Permanently / 301.- See Also:
-
FOUND_302
public static final int FOUND_302Found / 302.- See Also:
-
SEE_OTHER_303
public static final int SEE_OTHER_303See Other / 303.- See Also:
-
NOT_MODIFIED_304
public static final int NOT_MODIFIED_304Not Modified / 304.- See Also:
-
USE_PROXY_305
public static final int USE_PROXY_305Use Proxy / 305.- See Also:
-
TEMPORARY_REDIRECT_307
public static final int TEMPORARY_REDIRECT_307Temporary Redirect / 307.- See Also:
-
PERMANENT_REDIRECT_308
public static final int PERMANENT_REDIRECT_308Permanent Redirect / 308.- See Also:
-
BAD_REQUEST_400
public static final int BAD_REQUEST_400Bad Request / 400.- See Also:
-
UNAUTHORIZED_401
public static final int UNAUTHORIZED_401Unauthorized / 401.- See Also:
-
PAYMENT_REQUIRED_402
public static final int PAYMENT_REQUIRED_402Payment Required / 402.- See Also:
-
FORBIDDEN_403
public static final int FORBIDDEN_403Forbidden / 403.- See Also:
-
NOT_FOUND_404
public static final int NOT_FOUND_404Not Found / 404.- See Also:
-
NOT_FOUND_404_MSG
Not Found / 404.- See Also:
-
METHOD_NOT_ALLOWED_405
public static final int METHOD_NOT_ALLOWED_405Method Not Allowed / 405.- See Also:
-
NOT_ACCEPTABLE_406
public static final int NOT_ACCEPTABLE_406Not Acceptable / 406.- See Also:
-
PROXY_AUTHENTICATION_REQUIRED_407
public static final int PROXY_AUTHENTICATION_REQUIRED_407Proxy Authentication Required / 407.- See Also:
-
REQUEST_TIMEOUT_408
public static final int REQUEST_TIMEOUT_408Request Timeout / 408.- See Also:
-
CONFLICT_409
public static final int CONFLICT_409Conflict / 409.- See Also:
-
GONE_410
public static final int GONE_410Gone / 410.- See Also:
-
LENGTH_REQUIRED_411
public static final int LENGTH_REQUIRED_411Length Required / 411.- See Also:
-
PRECONDITION_FAILED_412
public static final int PRECONDITION_FAILED_412Precondition Failed / 412.- See Also:
-
PAYLOAD_TOO_LARGE_413
public static final int PAYLOAD_TOO_LARGE_413Payload Too Large / 413.- See Also:
-
URI_TOO_LONG_414
public static final int URI_TOO_LONG_414URI Too Long / 414.- See Also:
-
UNSUPPORTED_MEDIA_TYPE_415
public static final int UNSUPPORTED_MEDIA_TYPE_415Unsupported Media Type / 415.- See Also:
-
RANGE_NOT_SATISFIABLE_416
public static final int RANGE_NOT_SATISFIABLE_416Range Not Satisfiable / 416.- See Also:
-
EXPECTATION_FAILED_417
public static final int EXPECTATION_FAILED_417Expectation Failed / 417.- See Also:
-
IM_A_TEAPOT_418
public static final int IM_A_TEAPOT_418Im A Teapot / 418.- See Also:
-
ENHANCE_YOUR_CALM_420
public static final int ENHANCE_YOUR_CALM_420Enhance Your Calm / 420.- See Also:
-
MISDIRECTED_REQUEST_421
public static final int MISDIRECTED_REQUEST_421Misdirected Request / 421.- See Also:
-
UNPROCESSABLE_ENTITY_422
public static final int UNPROCESSABLE_ENTITY_422Unprocessable Entity / 422.- See Also:
-
LOCKED_423
public static final int LOCKED_423Locked / 423.- See Also:
-
FAILED_DEPENDENCY_424
public static final int FAILED_DEPENDENCY_424Failed Dependency / 424.- See Also:
-
UPGRADE_REQUIRED_426
public static final int UPGRADE_REQUIRED_426Update Required / 426.- See Also:
-
PRECONDITION_REQUIRED_428
public static final int PRECONDITION_REQUIRED_428Precondition Required / 428.- See Also:
-
TOO_MANY_REQUESTS_429
public static final int TOO_MANY_REQUESTS_429Too Many Requests / 429.- See Also:
-
REQUEST_HEADER_FIELDS_TOO_LARGE_431
public static final int REQUEST_HEADER_FIELDS_TOO_LARGE_431Request Header Fields Too Large / 431.- See Also:
-
UNAVAILABLE_FOR_LEGAL_REASONS_451
public static final int UNAVAILABLE_FOR_LEGAL_REASONS_451Bad Unavailable For Legal Reasons / 451.- See Also:
-
INTERNAL_SERVER_ERROR_500
public static final int INTERNAL_SERVER_ERROR_500Internal Server Error / 500.- See Also:
-
NOT_IMPLEMENTED_501
public static final int NOT_IMPLEMENTED_501Not Implemented / 501.- See Also:
-
BAD_GATEWAY_502
public static final int BAD_GATEWAY_502Bad Gateway / 502.- See Also:
-
SERVICE_UNAVAILABLE_503
public static final int SERVICE_UNAVAILABLE_503Service Unavailable / 503.- See Also:
-
GATEWAY_TIMEOUT_504
public static final int GATEWAY_TIMEOUT_504Gateway Timeout / 504.- See Also:
-
HTTP_VERSION_NOT_SUPPORTED_505
public static final int HTTP_VERSION_NOT_SUPPORTED_505Http Version Not Supported / 505.- See Also:
-
INSUFFICIENT_STORAGE_507
public static final int INSUFFICIENT_STORAGE_507Insufficient Storage / 507.- See Also:
-
LOOP_DETECTED_508
public static final int LOOP_DETECTED_508Loop Detected / 508.- See Also:
-
NOT_EXTENDED_510
public static final int NOT_EXTENDED_510Not Extended / 510.- See Also:
-
NETWORK_AUTHENTICATION_REQUIRED_511
public static final int NETWORK_AUTHENTICATION_REQUIRED_511Network Authentication Required / 511.- See Also:
-
-
Constructor Details
-
HttpStatus
private HttpStatus()
-