Uses of Interface
org.apache.hc.core5.http.ReasonPhraseCatalog
Packages that use ReasonPhraseCatalog
Package
Description
Default implementations of core HTTP APIs.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of ReasonPhraseCatalog in org.apache.hc.core5.http.impl
Classes in org.apache.hc.core5.http.impl that implement ReasonPhraseCatalogModifier and TypeClassDescriptionclassEnglish reason phrases for HTTP status codes. -
Uses of ReasonPhraseCatalog in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as ReasonPhraseCatalogModifier and TypeFieldDescriptionprivate final ReasonPhraseCatalogDefaultClassicHttpResponseFactory.reasonCatalogConstructors in org.apache.hc.core5.http.impl.io with parameters of type ReasonPhraseCatalogModifierConstructorDescriptionCreates a new response factory with the given catalog. -
Uses of ReasonPhraseCatalog in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as ReasonPhraseCatalogModifier and TypeFieldDescriptionprivate final ReasonPhraseCatalogDefaultHttpResponseFactory.reasonCatalogConstructors in org.apache.hc.core5.http.impl.nio with parameters of type ReasonPhraseCatalogModifierConstructorDescriptionCreates a new response factory with the given catalog. -
Uses of ReasonPhraseCatalog in org.apache.hc.core5.http.message
Fields in org.apache.hc.core5.http.message declared as ReasonPhraseCatalogModifier and TypeFieldDescriptionprivate final ReasonPhraseCatalogBasicHttpResponse.reasonCatalogConstructors in org.apache.hc.core5.http.message with parameters of type ReasonPhraseCatalogModifierConstructorDescriptionBasicClassicHttpResponse(int code, ReasonPhraseCatalog catalog, Locale locale) Creates a new response.BasicHttpResponse(int code, ReasonPhraseCatalog catalog, Locale locale) Creates a new response.