public final class NettyNioAsyncHttpClient extends Object implements SdkAsyncHttpClient
SdkAsyncHttpClient that uses a Netty non-blocking HTTP client to communicate with the service.
This can be created via builder()
| Modifier and Type | Class and Description |
|---|---|
static interface |
NettyNioAsyncHttpClient.Builder
Builder that allows configuration of the Netty NIO HTTP implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static NettyNioAsyncHttpClient.Builder |
builder() |
String |
clientName() |
void |
close() |
CompletableFuture<Void> |
execute(AsyncExecuteRequest request) |
public CompletableFuture<Void> execute(AsyncExecuteRequest request)
execute in interface SdkAsyncHttpClientpublic static NettyNioAsyncHttpClient.Builder builder()
public void close()
close in interface AutoCloseableclose in interface SdkAutoCloseablepublic String clientName()
clientName in interface SdkAsyncHttpClientCopyright © 2019. All rights reserved.