Class ApacheHttpClient

  • All Implemented Interfaces:
    AutoCloseable, SdkHttpClient, SdkAutoCloseable

    public final class ApacheHttpClient
    extends Object
    implements SdkHttpClient
    An implementation of SdkHttpClient that uses Apache HttpClient 4.x to communicate with the service. This is a full-featured synchronous client that adds an extra dependency and higher startup latency compared to UrlConnectionHttpClient in exchange for more functionality, like support for HTTP proxies.

    See software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient for an alternative implementation.

    This can be created via builder()