private static class ClientConnectionManagerFactory.Handler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
HttpClientConnectionManager
so that the any returned instance of ConnectionRequest
can
further wrapped for capturing performance metrics.Modifier and Type | Field and Description |
---|---|
private org.apache.http.conn.HttpClientConnectionManager |
orig |
Constructor and Description |
---|
Handler(org.apache.http.conn.HttpClientConnectionManager real) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |