class ClientConnectionRequestFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
ClientConnectionRequestFactory.Handler
The handler behind the dynamic proxy for
ConnectionRequest
so that the latency of the
ConnectionRequest.get(long, java.util.concurrent.TimeUnit)
can be captured. |
Modifier and Type | Field and Description |
---|---|
private static java.lang.Class<?>[] |
interfaces |
private static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
ClientConnectionRequestFactory() |
Modifier and Type | Method and Description |
---|---|
(package private) static org.apache.http.conn.ConnectionRequest |
wrap(org.apache.http.conn.ConnectionRequest orig)
Returns a wrapped instance of
ConnectionRequest
to capture the necessary performance metrics. |