|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ReasonPhraseCatalog | |
| org.apache.http.impl | Default implementations for interfaces in
org.apache.http. |
| org.apache.http.message | A selection of HTTP
message
implementations. |
| Uses of ReasonPhraseCatalog in org.apache.http.impl |
| Classes in org.apache.http.impl that implement ReasonPhraseCatalog | |
class |
EnglishReasonPhraseCatalog
English reason phrases for HTTP status codes. |
| Fields in org.apache.http.impl declared as ReasonPhraseCatalog | |
protected ReasonPhraseCatalog |
DefaultHttpResponseFactory.reasonCatalog
The catalog for looking up reason phrases. |
| Constructors in org.apache.http.impl with parameters of type ReasonPhraseCatalog | |
DefaultHttpResponseFactory(ReasonPhraseCatalog catalog)
Creates a new response factory with the given catalog. |
|
| Uses of ReasonPhraseCatalog in org.apache.http.message |
| Constructors in org.apache.http.message with parameters of type ReasonPhraseCatalog | |
BasicHttpResponse(StatusLine statusline,
ReasonPhraseCatalog catalog,
java.util.Locale locale)
Creates a new response. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||