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 |
MonitoringResponseOutOfOrderStrategy
A
ResponseOutOfOrderStrategy implementation which checks for premature responses every MonitoringResponseOutOfOrderStrategy.chunkSize
bytes. |
class |
NoResponseOutOfOrderStrategy
An implementation of
ResponseOutOfOrderStrategy which 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–2021 The Apache Software Foundation. All rights reserved.