Class NettyNioAsyncHttpClient

java.lang.Object
software.amazon.awssdk.http.nio.netty.NettyNioAsyncHttpClient
All Implemented Interfaces:
AutoCloseable, SdkAsyncHttpClient, SdkAutoCloseable

@SdkPublicApi public final class NettyNioAsyncHttpClient extends Object implements SdkAsyncHttpClient
An implementation of SdkAsyncHttpClient that uses a Netty non-blocking HTTP client to communicate with the service.

This can be created via builder()