Class ApacheHttpClient

  • All Implemented Interfaces:
    AutoCloseable, SdkHttpClient, SdkAutoCloseable

    public final class ApacheHttpClient
    extends Object
    implements SdkHttpClient
    An implementation of SdkHttpClient that uses Apache HTTP client to communicate with the service. This is the most powerful synchronous client that adds an extra dependency and additional startup latency 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()