Package software.amazon.awssdk.http.urlconnection
-
Interface Summary Interface Description ProxyConfiguration.Builder A builder forProxyConfiguration
.UrlConnectionFactory An interface that, given aURI
creates a newHttpURLConnection
.UrlConnectionHttpClient.Builder A builder for an instance ofSdkHttpClient
that uses JDKs build-inURLConnection
HTTP implementation. -
Class Summary Class Description ProxyConfiguration Proxy configuration forUrlConnectionHttpClient
.UrlConnectionHttpClient An implementation ofSdkHttpClient
that usesHttpURLConnection
to communicate with the service.UrlConnectionSdkHttpService Service binding for the URL Connection implementation.