com.amazonaws.http.conn
Class ClientConnectionManagerFactory

java.lang.Object
  extended by com.amazonaws.http.conn.ClientConnectionManagerFactory

public class ClientConnectionManagerFactory
extends Object


Constructor Summary
ClientConnectionManagerFactory()
           
 
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
 

Constructor Detail

ClientConnectionManagerFactory

public ClientConnectionManagerFactory()
Method Detail

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.