public abstract class HttpClientDependencies extends Object implements SdkAutoCloseable
AmazonHttpClient. May be injected into constructors of software.amazon.awssdk.http.pipeline.RequestPipeline implementations by
software.amazon.awssdk.http.pipeline.RequestPipelineBuilder.| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientDependencies.Builder<T extends HttpClientDependencies.Builder<T>>
Builder for
HttpClientDependencies. |
| Modifier and Type | Method and Description |
|---|---|
ClientConfiguration |
clientConfiguration() |
ClientExecutionTimer |
clientExecutionTimer() |
void |
close() |
CapacityManager |
retryCapacity() |
int |
timeOffset() |
void |
updateTimeOffset(int timeOffset)
Updates the time offset of the client as well as the global time offset.
|
public ClientConfiguration clientConfiguration()
public CapacityManager retryCapacity()
public ClientExecutionTimer clientExecutionTimer()
public int timeOffset()
public void updateTimeOffset(int timeOffset)
public final void close()
SdkAutoCloseableclose in interface AutoCloseableclose in interface SdkAutoCloseableCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.