Class InternalHttpClient

java.lang.Object
org.apache.hc.client5.http.impl.classic.CloseableHttpClient
org.apache.hc.client5.http.impl.classic.InternalHttpClient
All Implemented Interfaces:
Closeable, AutoCloseable, HttpClient, Configurable, org.apache.hc.core5.io.ModalCloseable

@Contract(threading=SAFE_CONDITIONAL) @Internal class InternalHttpClient extends CloseableHttpClient implements Configurable
Internal implementation of CloseableHttpClient.

Concurrent message exchanges executed by this client will get assigned to separate connections leased from the connection pool.

Since:
4.3