java.lang.Object | |
↳ | org.apache.http.impl.EnglishReasonPhraseCatalog |
English reason phrases for HTTP status codes. All status codes defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), and RFC2518 (WebDAV) are supported.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
INSTANCE | The default instance of this catalog. |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Restricted default constructor, for derived classes.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Obtains the reason phrase for a status code.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
From interface
org.apache.http.ReasonPhraseCatalog
|
The default instance of this catalog. This catalog is thread safe, so there typically is no need to create other instances.
Restricted default constructor, for derived classes.
If you need an instance of this class, use
INSTANCE
.
Obtains the reason phrase for a status code.
status | the status code, in the range 100-599 |
---|---|
loc | ignored |
null