| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl | Default implementations of core HTTP APIs. | 
| org.apache.hc.core5.http.impl.io | Default implementation of HTTP/1.1 transport based on the classic
 (blocking) I/O model. | 
| org.apache.hc.core5.http.impl.nio | Default implementation of HTTP/1.1 transport based on
 the asynchronous (non-blocking) I/O model. | 
| org.apache.hc.core5.http.message | Core HTTP message components, message element parser
 and writer APIs and their default implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EnglishReasonPhraseCatalogEnglish reason phrases for HTTP status codes. | 
| Constructor and Description | 
|---|
| DefaultClassicHttpResponseFactory(ReasonPhraseCatalog catalog)Creates a new response factory with the given catalog. | 
| Constructor and Description | 
|---|
| DefaultHttpResponseFactory(ReasonPhraseCatalog catalog)Creates a new response factory with the given catalog. | 
| Constructor and Description | 
|---|
| BasicClassicHttpResponse(int code,
                        ReasonPhraseCatalog catalog,
                        Locale locale)Creates a new response. | 
| BasicHttpResponse(int code,
                 ReasonPhraseCatalog catalog,
                 Locale locale)Creates a new response. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.