Class ClientConnectionManagerFactory

java.lang.Object
software.amazon.awssdk.http.apache.internal.conn.ClientConnectionManagerFactory

public final class ClientConnectionManagerFactory extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.http.conn.HttpClientConnectionManager
    wrap(org.apache.http.conn.HttpClientConnectionManager orig)
    Returns a wrapped instance of HttpClientConnectionManager to capture the necessary performance metrics.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • wrap

      public static org.apache.http.conn.HttpClientConnectionManager wrap(org.apache.http.conn.HttpClientConnectionManager orig)
      Returns a wrapped instance of HttpClientConnectionManager to capture the necessary performance metrics.
      Parameters:
      orig - the target instance to be wrapped