A B C E H N P R S T U 
All Classes All Packages

A

addNonProxyHost(String) - Method in interface software.amazon.awssdk.http.urlconnection.ProxyConfiguration.Builder
Add a host that the client is allowed to access without going through the proxy.

B

builder() - Static method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
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
 

E

endpoint(URI) - Method in interface software.amazon.awssdk.http.urlconnection.ProxyConfiguration.Builder
Configure the endpoint of the proxy server that the SDK should connect through.

H

host() - Method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
Returns the proxy host name either from the configured endpoint or from the "http.proxyHost" system property if ProxyConfiguration.Builder.useSystemPropertyValues(Boolean) is set to true.

N

nonProxyHosts() - Method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
The hosts that the client is allowed to access without going through the proxy.
nonProxyHosts(Set<String>) - Method in interface software.amazon.awssdk.http.urlconnection.ProxyConfiguration.Builder
Configure the hosts that the client is allowed to access without going through the proxy.

P

password() - Method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
The password to use when connecting through a proxy.
password(String) - Method in interface software.amazon.awssdk.http.urlconnection.ProxyConfiguration.Builder
Configure the password to use when connecting through a proxy.
port() - Method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
Returns the proxy port either from the configured endpoint or from the "http.proxyPort" system property if ProxyConfiguration.Builder.useSystemPropertyValues(Boolean) is set to true.
prepareRequest(HttpExecuteRequest) - Method in class software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient
 
proxyConfiguration(Consumer<ProxyConfiguration.Builder>) - Method in interface software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient.Builder
Sets the http proxy configuration to use for this client.
proxyConfiguration(ProxyConfiguration) - Method in interface software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient.Builder
Configuration that defines how to communicate via an HTTP proxy.
ProxyConfiguration - Class in software.amazon.awssdk.http.urlconnection
Proxy configuration for UrlConnectionHttpClient.
ProxyConfiguration.Builder - Interface in software.amazon.awssdk.http.urlconnection
A builder for ProxyConfiguration.

R

resolveScheme() - Method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
 

S

scheme() - Method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
Returns the URI#scheme from the configured endpoint.
scheme(String) - Method in interface software.amazon.awssdk.http.urlconnection.ProxyConfiguration.Builder
The HTTP scheme to use for connecting to the proxy.
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.
toBuilder() - Method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
 
toString() - Method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
 

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
 
useEnvironmentVariablesValues(Boolean) - Method in interface software.amazon.awssdk.http.urlconnection.ProxyConfiguration.Builder
Option whether to use environment variable values from ProxyEnvironmentSetting if any of the config options are missing.
username() - Method in class software.amazon.awssdk.http.urlconnection.ProxyConfiguration
The username to use when connecting through a proxy.
username(String) - Method in interface software.amazon.awssdk.http.urlconnection.ProxyConfiguration.Builder
Configure the username to use when connecting through a proxy.
useSystemPropertyValues(Boolean) - Method in interface software.amazon.awssdk.http.urlconnection.ProxyConfiguration.Builder
Option whether to use system property values from ProxySystemSetting if any of the config options are missing.
A B C E H N P R S T U 
All Classes All Packages