| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.bootstrap | HTTP/1.1 requester and server bootstrap. | 
| 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.io.support | Support classes for the classic (blocking) I/O model. | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerBootstrap | ServerBootstrap. setResponseFactory(HttpResponseFactory<ClassicHttpResponse> responseFactory)Sets  HttpResponseFactoryinstance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultClassicHttpResponseFactoryDefault factory for creating  ClassicHttpResponseobjects. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultHttpResponseFactoryDefault factory for creating  HttpResponseobjects. | 
| Constructor and Description | 
|---|
| DefaultHttpResponseParser(Http1Config http1Config,
                         HttpResponseFactory<T> responseFactory) | 
| DefaultHttpResponseParser(Http1Config http1Config,
                         LineParser parser,
                         HttpResponseFactory<T> responseFactory) | 
| DefaultHttpResponseParser(HttpResponseFactory<T> responseFactory) | 
| DefaultHttpResponseParser(HttpResponseFactory<T> responseFactory,
                         Http1Config http1Config)Deprecated. 
 | 
| DefaultHttpResponseParser(HttpResponseFactory<T> responseFactory,
                         LineParser parser,
                         Http1Config http1Config) | 
| DefaultHttpResponseParserFactory(Http1Config http1Config,
                                HttpResponseFactory<HttpResponse> responseFactory,
                                LineParser lineParser) | 
| Constructor and Description | 
|---|
| BasicHttpServerRequestHandler(HttpRequestMapper<HttpRequestHandler> handlerMapper,
                             HttpResponseFactory<ClassicHttpResponse> responseFactory) | 
| TerminalServerFilter(HttpRequestMapper<HttpRequestHandler> handlerMapper,
                    HttpResponseFactory<ClassicHttpResponse> responseFactory) | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.