Class S3CrtAsyncHttpClient
java.lang.Object
software.amazon.awssdk.services.s3.internal.crt.S3CrtAsyncHttpClient
- All Implemented Interfaces:
AutoCloseable,SdkAsyncHttpClient,SdkAutoCloseable
@SdkInternalApi
public final class S3CrtAsyncHttpClient
extends Object
implements SdkAsyncHttpClient
An implementation of
SdkAsyncHttpClient that uses an CRT S3 HTTP client S3Client to communicate with S3.
Note that it does not work with other services-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic S3CrtAsyncHttpClient.Builderbuilder()voidclose()execute(AsyncExecuteRequest asyncRequest) software.amazon.awssdk.crt.s3.S3ClientOptions
-
Method Details
-
s3ClientOptions
-
execute
- Specified by:
executein interfaceSdkAsyncHttpClient
-
clientName
- Specified by:
clientNamein interfaceSdkAsyncHttpClient
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSdkAutoCloseable
-
builder
-