com.amazonaws.http.conn
Class ClientConnectionManagerFactory
java.lang.Object
com.amazonaws.http.conn.ClientConnectionManagerFactory
public class ClientConnectionManagerFactory
- extends Object
Method Summary |
static org.apache.http.conn.ClientConnectionManager |
wrap(org.apache.http.conn.ClientConnectionManager orig)
Returns a wrapped instance of ClientConnectionManager
to capture the necessary performance metrics. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientConnectionManagerFactory
public ClientConnectionManagerFactory()
wrap
public static org.apache.http.conn.ClientConnectionManager wrap(org.apache.http.conn.ClientConnectionManager orig)
- Returns a wrapped instance of
ClientConnectionManager
to capture the necessary performance metrics.
- Parameters:
orig
- the target instance to be wrapped
Copyright © 2016. All rights reserved.