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