Interface ConnectionManagerAwareHttpClient
-
- All Superinterfaces:
org.apache.hc.client5.http.classic.HttpClient
- All Known Implementing Classes:
Apache5SdkHttpClient
public interface ConnectionManagerAwareHttpClient extends org.apache.hc.client5.http.classic.HttpClientAn extension of Apache's HttpClient that expose the connection manager associated with the client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.hc.client5.http.io.HttpClientConnectionManagergetHttpClientConnectionManager()Returns theHttpClientConnectionManagerassociated with the http client.
-