public interface SdkHttpClientFactory
SdkHttpClient with service specific defaults applied.
Implementations must be thread safe.
Note: This interface will change between SDK versions and should not be implemented by SDK users.
| Modifier and Type | Method and Description |
|---|---|
SdkHttpClient |
createHttpClientWithDefaults(AttributeMap serviceDefaults)
Create an
SdkHttpClient with service specific defaults applied. |
SdkHttpClient createHttpClientWithDefaults(AttributeMap serviceDefaults)
SdkHttpClient with service specific defaults applied. Applying service defaults is optional
and some options may not be supported by a particular implementation.serviceDefaults - Service specific defaults. Keys will be one of the constants defined in
SdkHttpConfigurationOption.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.