Class ClientConnectionManagerFactory
java.lang.Object
software.amazon.awssdk.http.apache5.internal.conn.ClientConnectionManagerFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hc.client5.http.io.HttpClientConnectionManager
wrap
(org.apache.hc.client5.http.io.HttpClientConnectionManager orig) Returns a wrapped instance ofHttpClientConnectionManager
to capture the necessary performance metrics.
-
Method Details
-
wrap
public static org.apache.hc.client5.http.io.HttpClientConnectionManager wrap(org.apache.hc.client5.http.io.HttpClientConnectionManager orig) Returns a wrapped instance ofHttpClientConnectionManager
to capture the necessary performance metrics.- Parameters:
orig
- the target instance to be wrapped
-