All Classes and Interfaces
Class
Description
An implementation of
SdkHttpClient that uses Apache HttpClient 4.x to communicate with the service.Builder for creating an instance of
SdkHttpClient.Configuration needed when building an Apache request.
Builder for a
ApacheHttpRequestConfig.Responsible for creating Apache HttpClient 4 request objects.
An instance of
ConnectionManagerAwareHttpClient that delegates all the requests to the given http client.Service binding for the Apache implementation.
An extension of Apache's HttpClient that expose the connection manager
associated with the client.
Default configuration values.
Socket delegate class.
Manages the reaping of idle connections.
Wrapper socket that ensures the read end of the socket is still open before performing a
write().Configuration that defines how to communicate via an HTTP or HTTPS proxy.
A builder for
ProxyConfiguration.Custom implementation of
HttpEntity that delegates to an
InputStreamEntity, with the one notable difference, that if
the underlying InputStream supports being reset, this RequestEntity will
report that it is repeatable and will reset the stream on all subsequent
attempts to write out the request.The AWS SDK for Java's implementation of the
ConnectionKeepAliveStrategy interface.SdkProxyRoutePlanner delegates a Proxy Route Planner from the settings instead of the
system properties.
An internal marker interface to defend against accidental recursive wrappings.