Class ClientConnectionManagerFactory
- java.lang.Object
-
- software.amazon.awssdk.http.apache5.internal.conn.ClientConnectionManagerFactory
-
@SdkInternalApi public final class ClientConnectionManagerFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.hc.client5.http.io.HttpClientConnectionManagerwrap(org.apache.hc.client5.http.io.HttpClientConnectionManager orig)Returns a wrapped instance ofHttpClientConnectionManagerto capture the necessary performance metrics.
-
-
-
Method Detail
-
wrap
public static org.apache.hc.client5.http.io.HttpClientConnectionManager wrap(org.apache.hc.client5.http.io.HttpClientConnectionManager orig)
Returns a wrapped instance ofHttpClientConnectionManagerto capture the necessary performance metrics.- Parameters:
orig- the target instance to be wrapped
-
-