Package org.apache.commons.httpclient
Class HttpStatus
java.lang.Object
org.apache.commons.httpclient.HttpStatus
Deprecated.
Jakarta Commons HttpClient 3.x is deprecated in the Jenkins project.
It is not recommended to use it in any new code.
Instead, use HTTP client API plugins as a dependency in your code.
E.g.
Apache HttpComponents Client API 4.x Plugin or
Async HTTP Client Plugin.
Constants enumerating the HTTP status codes.
All status codes defined in RFC1945 (HTTP/1.0, RFC2616 (HTTP/1.1), and
RFC2518 (WebDAV) are supported.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.202 Accepted (HTTP/1.0 - RFC 1945)static final intDeprecated.502 Bad Gateway (HTTP/1.0 - RFC 1945)static final intDeprecated.400 Bad Request (HTTP/1.1 - RFC 2616)static final intDeprecated.409 Conflict (HTTP/1.1 - RFC 2616)static final intDeprecated.100 Continue (HTTP/1.1 - RFC 2616)static final intDeprecated.201 Created (HTTP/1.0 - RFC 1945)static final intDeprecated.417 Expectation Failed (HTTP/1.1 - RFC 2616)static final intDeprecated.424 Failed Dependency (WebDAV - RFC 2518)static final intDeprecated.403 Forbidden (HTTP/1.0 - RFC 1945)static final intDeprecated.504 Gateway Timeout (HTTP/1.1 - RFC 2616)static final intDeprecated.410 Gone (HTTP/1.1 - RFC 2616)static final intDeprecated.505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)static final intDeprecated.Static constant for a 419 error.static final intDeprecated.507 Insufficient Storage (WebDAV - RFC 2518)static final intDeprecated.500 Server Error (HTTP/1.0 - RFC 1945)static final intDeprecated.411 Length Required (HTTP/1.1 - RFC 2616)static final intDeprecated.423 Locked (WebDAV - RFC 2518)static final intDeprecated.Static constant for a 420 error.static final intDeprecated.405 Method Not Allowed (HTTP/1.1 - RFC 2616)static final intDeprecated.301 Moved Permanently (HTTP/1.0 - RFC 1945)static final intDeprecated.302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)static final intDeprecated.207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)static final intDeprecated.300 Mutliple Choices (HTTP/1.1 - RFC 2616)static final intDeprecated.204 No Content (HTTP/1.0 - RFC 1945)static final intDeprecated.203 Non Authoritative Information (HTTP/1.1 - RFC 2616)static final intDeprecated.406 Not Acceptable (HTTP/1.1 - RFC 2616)static final intDeprecated.404 Not Found (HTTP/1.0 - RFC 1945)static final intDeprecated.501 Not Implemented (HTTP/1.0 - RFC 1945)static final intDeprecated.304 Not Modified (HTTP/1.0 - RFC 1945)static final intDeprecated.200 OK (HTTP/1.0 - RFC 1945)static final intDeprecated.206 Partial Content (HTTP/1.1 - RFC 2616)static final intDeprecated.402 Payment Required (HTTP/1.1 - RFC 2616)static final intDeprecated.412 Precondition Failed (HTTP/1.1 - RFC 2616)static final intDeprecated.102 Processing (WebDAV - RFC 2518)static final intDeprecated.407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)static final intDeprecated.408 Request Timeout (HTTP/1.1 - RFC 2616)static final intDeprecated.413 Request Entity Too Large (HTTP/1.1 - RFC 2616)static final intDeprecated.414 Request-URI Too Long (HTTP/1.1 - RFC 2616)static final intDeprecated.416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)static final intDeprecated.205 Reset Content (HTTP/1.1 - RFC 2616)static final intDeprecated.303 See Other (HTTP/1.1 - RFC 2616)static final intDeprecated.503 Service Unavailable (HTTP/1.0 - RFC 1945)static final intDeprecated.101 Switching Protocols (HTTP/1.1 - RFC 2616)static final intDeprecated.307 Temporary Redirect (HTTP/1.1 - RFC 2616)static final intDeprecated.401 Unauthorized (HTTP/1.0 - RFC 1945)static final intDeprecated.422 Unprocessable Entity (WebDAV - RFC 2518)static final intDeprecated.415 Unsupported Media Type (HTTP/1.1 - RFC 2616)static final intDeprecated.305 Use Proxy (HTTP/1.1 - RFC 2616) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetStatusText(int statusCode) Deprecated.Get the reason phrase for a particular status code.
-
Field Details
-
SC_CONTINUE
public static final int SC_CONTINUEDeprecated.100 Continue (HTTP/1.1 - RFC 2616)- See Also:
-
SC_SWITCHING_PROTOCOLS
public static final int SC_SWITCHING_PROTOCOLSDeprecated.101 Switching Protocols (HTTP/1.1 - RFC 2616)- See Also:
-
SC_PROCESSING
public static final int SC_PROCESSINGDeprecated.102 Processing (WebDAV - RFC 2518)- See Also:
-
SC_OK
public static final int SC_OKDeprecated.200 OK (HTTP/1.0 - RFC 1945)- See Also:
-
SC_CREATED
public static final int SC_CREATEDDeprecated.201 Created (HTTP/1.0 - RFC 1945)- See Also:
-
SC_ACCEPTED
public static final int SC_ACCEPTEDDeprecated.202 Accepted (HTTP/1.0 - RFC 1945)- See Also:
-
SC_NON_AUTHORITATIVE_INFORMATION
public static final int SC_NON_AUTHORITATIVE_INFORMATIONDeprecated.203 Non Authoritative Information (HTTP/1.1 - RFC 2616)- See Also:
-
SC_NO_CONTENT
public static final int SC_NO_CONTENTDeprecated.204 No Content (HTTP/1.0 - RFC 1945)- See Also:
-
SC_RESET_CONTENT
public static final int SC_RESET_CONTENTDeprecated.205 Reset Content (HTTP/1.1 - RFC 2616)- See Also:
-
SC_PARTIAL_CONTENT
public static final int SC_PARTIAL_CONTENTDeprecated.206 Partial Content (HTTP/1.1 - RFC 2616)- See Also:
-
SC_MULTI_STATUS
public static final int SC_MULTI_STATUSDeprecated.207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)- See Also:
-
SC_MULTIPLE_CHOICES
public static final int SC_MULTIPLE_CHOICESDeprecated.300 Mutliple Choices (HTTP/1.1 - RFC 2616)- See Also:
-
SC_MOVED_PERMANENTLY
public static final int SC_MOVED_PERMANENTLYDeprecated.301 Moved Permanently (HTTP/1.0 - RFC 1945)- See Also:
-
SC_MOVED_TEMPORARILY
public static final int SC_MOVED_TEMPORARILYDeprecated.302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)- See Also:
-
SC_SEE_OTHER
public static final int SC_SEE_OTHERDeprecated.303 See Other (HTTP/1.1 - RFC 2616)- See Also:
-
SC_NOT_MODIFIED
public static final int SC_NOT_MODIFIEDDeprecated.304 Not Modified (HTTP/1.0 - RFC 1945)- See Also:
-
SC_USE_PROXY
public static final int SC_USE_PROXYDeprecated.305 Use Proxy (HTTP/1.1 - RFC 2616)- See Also:
-
SC_TEMPORARY_REDIRECT
public static final int SC_TEMPORARY_REDIRECTDeprecated.307 Temporary Redirect (HTTP/1.1 - RFC 2616)- See Also:
-
SC_BAD_REQUEST
public static final int SC_BAD_REQUESTDeprecated.400 Bad Request (HTTP/1.1 - RFC 2616)- See Also:
-
SC_UNAUTHORIZED
public static final int SC_UNAUTHORIZEDDeprecated.401 Unauthorized (HTTP/1.0 - RFC 1945)- See Also:
-
SC_PAYMENT_REQUIRED
public static final int SC_PAYMENT_REQUIREDDeprecated.402 Payment Required (HTTP/1.1 - RFC 2616)- See Also:
-
SC_FORBIDDEN
public static final int SC_FORBIDDENDeprecated.403 Forbidden (HTTP/1.0 - RFC 1945)- See Also:
-
SC_NOT_FOUND
public static final int SC_NOT_FOUNDDeprecated.404 Not Found (HTTP/1.0 - RFC 1945)- See Also:
-
SC_METHOD_NOT_ALLOWED
public static final int SC_METHOD_NOT_ALLOWEDDeprecated.405 Method Not Allowed (HTTP/1.1 - RFC 2616)- See Also:
-
SC_NOT_ACCEPTABLE
public static final int SC_NOT_ACCEPTABLEDeprecated.406 Not Acceptable (HTTP/1.1 - RFC 2616)- See Also:
-
SC_PROXY_AUTHENTICATION_REQUIRED
public static final int SC_PROXY_AUTHENTICATION_REQUIREDDeprecated.407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)- See Also:
-
SC_REQUEST_TIMEOUT
public static final int SC_REQUEST_TIMEOUTDeprecated.408 Request Timeout (HTTP/1.1 - RFC 2616)- See Also:
-
SC_CONFLICT
public static final int SC_CONFLICTDeprecated.409 Conflict (HTTP/1.1 - RFC 2616)- See Also:
-
SC_GONE
public static final int SC_GONEDeprecated.410 Gone (HTTP/1.1 - RFC 2616)- See Also:
-
SC_LENGTH_REQUIRED
public static final int SC_LENGTH_REQUIREDDeprecated.411 Length Required (HTTP/1.1 - RFC 2616)- See Also:
-
SC_PRECONDITION_FAILED
public static final int SC_PRECONDITION_FAILEDDeprecated.412 Precondition Failed (HTTP/1.1 - RFC 2616)- See Also:
-
SC_REQUEST_TOO_LONG
public static final int SC_REQUEST_TOO_LONGDeprecated.413 Request Entity Too Large (HTTP/1.1 - RFC 2616)- See Also:
-
SC_REQUEST_URI_TOO_LONG
public static final int SC_REQUEST_URI_TOO_LONGDeprecated.414 Request-URI Too Long (HTTP/1.1 - RFC 2616)- See Also:
-
SC_UNSUPPORTED_MEDIA_TYPE
public static final int SC_UNSUPPORTED_MEDIA_TYPEDeprecated.415 Unsupported Media Type (HTTP/1.1 - RFC 2616)- See Also:
-
SC_REQUESTED_RANGE_NOT_SATISFIABLE
public static final int SC_REQUESTED_RANGE_NOT_SATISFIABLEDeprecated.416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)- See Also:
-
SC_EXPECTATION_FAILED
public static final int SC_EXPECTATION_FAILEDDeprecated.417 Expectation Failed (HTTP/1.1 - RFC 2616)- See Also:
-
SC_INSUFFICIENT_SPACE_ON_RESOURCE
public static final int SC_INSUFFICIENT_SPACE_ON_RESOURCEDeprecated.Static constant for a 419 error. 419 Insufficient Space on Resource (WebDAV - draft-ietf-webdav-protocol-05?) or 419 Proxy Reauthentication Required (HTTP/1.1 drafts?)- See Also:
-
SC_METHOD_FAILURE
public static final int SC_METHOD_FAILUREDeprecated.Static constant for a 420 error. 420 Method Failure (WebDAV - draft-ietf-webdav-protocol-05?)- See Also:
-
SC_UNPROCESSABLE_ENTITY
public static final int SC_UNPROCESSABLE_ENTITYDeprecated.422 Unprocessable Entity (WebDAV - RFC 2518)- See Also:
-
SC_LOCKED
public static final int SC_LOCKEDDeprecated.423 Locked (WebDAV - RFC 2518)- See Also:
-
SC_FAILED_DEPENDENCY
public static final int SC_FAILED_DEPENDENCYDeprecated.424 Failed Dependency (WebDAV - RFC 2518)- See Also:
-
SC_INTERNAL_SERVER_ERROR
public static final int SC_INTERNAL_SERVER_ERRORDeprecated.500 Server Error (HTTP/1.0 - RFC 1945)- See Also:
-
SC_NOT_IMPLEMENTED
public static final int SC_NOT_IMPLEMENTEDDeprecated.501 Not Implemented (HTTP/1.0 - RFC 1945)- See Also:
-
SC_BAD_GATEWAY
public static final int SC_BAD_GATEWAYDeprecated.502 Bad Gateway (HTTP/1.0 - RFC 1945)- See Also:
-
SC_SERVICE_UNAVAILABLE
public static final int SC_SERVICE_UNAVAILABLEDeprecated.503 Service Unavailable (HTTP/1.0 - RFC 1945)- See Also:
-
SC_GATEWAY_TIMEOUT
public static final int SC_GATEWAY_TIMEOUTDeprecated.504 Gateway Timeout (HTTP/1.1 - RFC 2616)- See Also:
-
SC_HTTP_VERSION_NOT_SUPPORTED
public static final int SC_HTTP_VERSION_NOT_SUPPORTEDDeprecated.505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)- See Also:
-
SC_INSUFFICIENT_STORAGE
public static final int SC_INSUFFICIENT_STORAGEDeprecated.507 Insufficient Storage (WebDAV - RFC 2518)- See Also:
-
-
Constructor Details
-
HttpStatus
public HttpStatus()Deprecated.
-
-
Method Details
-
getStatusText
Deprecated.Get the reason phrase for a particular status code. This method always returns the English text as specified in the relevent RFCs and is not internationalized.- Parameters:
statusCode- the numeric status code- Returns:
- the reason phrase associated with the given status code or null if the status code is not recognized. TODO: getStatusText should be called getReasonPhrase to match RFC
-