@Immutable @ThreadSafe public interface SdkHttpClient extends SdkAutoCloseable
Implementations MUST be thread safe.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SdkHttpClient.Builder<T extends SdkHttpClient.Builder<T>>
Interface for creating an
SdkHttpClient with service specific defaults applied. |
| Modifier and Type | Method and Description |
|---|---|
ExecutableHttpRequest |
prepareRequest(HttpExecuteRequest request)
Create a
ExecutableHttpRequest that can be used to execute the HTTP request. |
closeExecutableHttpRequest prepareRequest(HttpExecuteRequest request)
ExecutableHttpRequest that can be used to execute the HTTP request.request - Representation of an HTTP request.Copyright © 2018. All rights reserved.