public abstract class HttpClientDependencies extends Object implements SdkAutoCloseable
AmazonSyncHttpClient. May be injected into constructors of RequestPipeline implementations by 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 |
|---|---|
SdkClientConfiguration |
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 SdkClientConfiguration 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.