| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.io | Default implementation of HTTP/1.1 transport based on the classic
 (blocking) I/O model. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MonitoringResponseOutOfOrderStrategyA  ResponseOutOfOrderStrategyimplementation which checks for premature responses everyMonitoringResponseOutOfOrderStrategy.chunkSizebytes. | 
| class  | NoResponseOutOfOrderStrategyAn implementation of  ResponseOutOfOrderStrategywhich does not check for early responses. | 
| Modifier and Type | Method and Description | 
|---|---|
| DefaultBHttpClientConnectionFactory.Builder | DefaultBHttpClientConnectionFactory.Builder. responseOutOfOrderStrategy(ResponseOutOfOrderStrategy responseOutOfOrderStrategy) | 
| Constructor and Description | 
|---|
| DefaultBHttpClientConnection(Http1Config http1Config,
                            CharsetDecoder charDecoder,
                            CharsetEncoder charEncoder,
                            ContentLengthStrategy incomingContentStrategy,
                            ContentLengthStrategy outgoingContentStrategy,
                            ResponseOutOfOrderStrategy responseOutOfOrderStrategy,
                            HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory,
                            HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory)Creates new instance of DefaultBHttpClientConnection. | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.