Uses of Interface
org.apache.http.ReasonPhraseCatalog
Packages that use ReasonPhraseCatalog
Package
Description
Default implementations of HTTP connections for synchronous,
blocking communication.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of ReasonPhraseCatalog in org.apache.http.impl
Classes in org.apache.http.impl that implement ReasonPhraseCatalogModifier and TypeClassDescriptionclass
English reason phrases for HTTP status codes.Fields in org.apache.http.impl declared as ReasonPhraseCatalogModifier and TypeFieldDescriptionprotected final ReasonPhraseCatalog
DefaultHttpResponseFactory.reasonCatalog
The catalog for looking up reason phrases.Constructors in org.apache.http.impl with parameters of type ReasonPhraseCatalogModifierConstructorDescriptionCreates a new response factory with the given catalog. -
Uses of ReasonPhraseCatalog in org.apache.http.message
Fields in org.apache.http.message declared as ReasonPhraseCatalogModifier and TypeFieldDescriptionprivate final ReasonPhraseCatalog
BasicHttpResponse.reasonCatalog
Constructors in org.apache.http.message with parameters of type ReasonPhraseCatalogModifierConstructorDescriptionBasicHttpResponse
(StatusLine statusline, ReasonPhraseCatalog catalog, Locale locale) Creates a new response.