public class ClientConnectionManagerFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
ClientConnectionManagerFactory.Handler
The handler behind the dynamic proxy for
HttpClientConnectionManager
so that the any returned instance of ConnectionRequest can
further wrapped for capturing performance metrics. |
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
ClientConnectionManagerFactory() |
Modifier and Type | Method and 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. |