Class UrlConnectionHttpClient

java.lang.Object
software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient
All Implemented Interfaces:
AutoCloseable, SdkHttpClient, SdkAutoCloseable

public final class UrlConnectionHttpClient extends Object implements SdkHttpClient
An implementation of SdkHttpClient that uses HttpURLConnection to communicate with the service. This is the leanest synchronous client that optimizes for minimum dependencies and startup latency in exchange for having less functionality than other implementations.

See software.amazon.awssdk.http.apache.ApacheHttpClient for an alternative implementation.

This can be created via builder()