public final class DefaultSdkAsyncHttpClientFactory extends Object implements SdkAsyncHttpClientFactory
SdkHttpClient.| Constructor and Description |
|---|
DefaultSdkAsyncHttpClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
SdkAsyncHttpClient |
createHttpClientWithDefaults(AttributeMap serviceDefaults)
Create an
SdkAsyncHttpClient with service specific defaults applied. |
public SdkAsyncHttpClient createHttpClientWithDefaults(AttributeMap serviceDefaults)
SdkAsyncHttpClientFactorySdkAsyncHttpClient with service specific defaults applied. Applying service defaults is optional
and some options may not be supported by a particular implementation.createHttpClientWithDefaults in interface SdkAsyncHttpClientFactoryserviceDefaults - Service specific defaults. Keys will be one of the constants defined in
SdkHttpConfigurationOption.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.