Skip navigation links
B C P S T U 

B

builder() - Static method in class software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient
 

C

clientName() - Method in class software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient
 
close() - Method in class software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient
 
connectionTimeout(Duration) - Method in interface software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient.Builder
The amount of time to wait when initially establishing a connection before giving up and timing out.
create() - Static method in class software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient
Create a HttpURLConnection client with the default properties
create(UrlConnectionFactory) - Static method in class software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient
Use this method if you want to control the way a HttpURLConnection is created.
createConnection(URI) - Method in interface software.amazon.awssdk.http.urlconnection.UrlConnectionFactory
For the given URI create an HttpURLConnection.
createHttpClientBuilder() - Method in class software.amazon.awssdk.http.urlconnection.UrlConnectionSdkHttpService
 

P

prepareRequest(HttpExecuteRequest) - Method in class software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient
 

S

socketTimeout(Duration) - Method in interface software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient.Builder
The amount of time to wait for data to be transferred over an established, open connection before the connection is timed out.
software.amazon.awssdk.http.urlconnection - package software.amazon.awssdk.http.urlconnection
 

T

tlsKeyManagersProvider(TlsKeyManagersProvider) - Method in interface software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient.Builder
Configure the TlsKeyManagersProvider that will provide the KeyManagers to use when constructing the SSL context.
tlsTrustManagersProvider(TlsTrustManagersProvider) - Method in interface software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient.Builder
Configure the TlsTrustManagersProvider that will provide the TrustManagers to use when constructing the SSL context.

U

UrlConnectionFactory - Interface in software.amazon.awssdk.http.urlconnection
An interface that, given a URI creates a new HttpURLConnection.
UrlConnectionHttpClient - Class in software.amazon.awssdk.http.urlconnection
An implementation of SdkHttpClient that uses HttpURLConnection to communicate with the service.
UrlConnectionHttpClient.Builder - Interface in software.amazon.awssdk.http.urlconnection
A builder for an instance of SdkHttpClient that uses JDKs build-in URLConnection HTTP implementation.
UrlConnectionSdkHttpService - Class in software.amazon.awssdk.http.urlconnection
Service binding for the URL Connection implementation.
UrlConnectionSdkHttpService() - Constructor for class software.amazon.awssdk.http.urlconnection.UrlConnectionSdkHttpService
 
B C P S T U 
Skip navigation links

Copyright © 2022. All rights reserved.