public final class ApacheHttpClient extends Object implements SdkHttpClient
SdkHttpClient
that uses Apache HTTP client to communicate with the service. This is the most
powerful synchronous client that adds an extra dependency and additional startup latency in exchange for more functionality,
like support for HTTP proxies.
See software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient for an alternative implementation.
This can be created via builder()
Modifier and Type | Class and Description |
---|---|
static interface |
ApacheHttpClient.Builder
Builder for creating an instance of
SdkHttpClient . |
Modifier and Type | Method and Description |
---|---|
static ApacheHttpClient.Builder |
builder() |
void |
close() |
ExecutableHttpRequest |
prepareRequest(HttpExecuteRequest request)
Create a
ExecutableHttpRequest that can be used to execute the HTTP request. |
public static ApacheHttpClient.Builder builder()
public ExecutableHttpRequest prepareRequest(HttpExecuteRequest request)
SdkHttpClient
ExecutableHttpRequest
that can be used to execute the HTTP request.prepareRequest
in interface SdkHttpClient
request
- Representation of an HTTP request.public void close()
SdkAutoCloseable
close
in interface AutoCloseable
close
in interface SdkAutoCloseable
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.