Package org.apache.hc.client5.http.impl.io
Client connection management functions based the classic
connection management APIs.
-
Class Summary Class Description BasicHttpClientConnectionManager A connection manager for a single connection.DefaultHttpClientConnectionOperator Default implementation ofHttpClientConnectionOperatorused as default in Http client, when no instance provided by user toBasicHttpClientConnectionManagerorPoolingHttpClientConnectionManagerconstructor.DefaultHttpResponseParserFactory Default factory for response message parsers.DefaultManagedHttpClientConnection LenientHttpResponseParser Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered.LoggingInputStream DelegatesInputStreamcalls and logs to aWire.LoggingOutputStream LoggingSocketHolder ManagedHttpClientConnectionFactory Factory forManagedHttpClientConnectioninstances.ManagedHttpClientConnectionFactory.Builder Builder forManagedHttpClientConnectionFactory.OffLockDisposalCallback<T extends org.apache.hc.core5.io.ModalCloseable> PoolingHttpClientConnectionManager PoolingHttpClientConnectionManagermaintains a pool ofManagedHttpClientConnections and is able to service connection requests from multiple execution threads.PoolingHttpClientConnectionManager.InternalConnectionEndpoint PoolingHttpClientConnectionManagerBuilder Builder forPoolingHttpClientConnectionManagerinstances.