Class AwsCrtHttpClient

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

@SdkPublicApi public final class AwsCrtHttpClient extends Object implements SdkHttpClient
An implementation of SdkHttpClient that uses the AWS Common Runtime (CRT) Http Client to communicate with Http Web Services. This client has a synchronous interface, but uses non-blocking IO.

This can be created via builder()