Class AwsCrtAsyncHttpClient

java.lang.Object
software.amazon.awssdk.http.crt.AwsCrtAsyncHttpClient
All Implemented Interfaces:
AutoCloseable, SdkAsyncHttpClient, SdkAutoCloseable

@SdkPublicApi public final class AwsCrtAsyncHttpClient extends Object implements SdkAsyncHttpClient
An implementation of SdkAsyncHttpClient that uses the AWS Common Runtime (CRT) Http Client to communicate with Http Web Services. This client is asynchronous and uses non-blocking IO.

This can be created via builder()