Skip navigation links
B C G P S U 

B

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

C

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.

G

getConfigurationValue(SdkHttpConfigurationOption<T>) - Method in class software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient
 

P

prepareRequest(SdkHttpFullRequest, SdkRequestContext) - 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
 

U

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.
B C G P S U 
Skip navigation links

Copyright © 2018. All rights reserved.