Interface | Description |
---|---|
Wrapped |
An internal marker interface to defend against accidental recursive wrappings.
|
Class | Description |
---|---|
ClientConnectionManagerFactory | |
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. |
ClientConnectionRequestFactory | |
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. |
SdkConnectionKeepAliveStrategy |
The AWS SDK for Java's implementation of the
ConnectionKeepAliveStrategy interface. |