Registry / http-client / netty-nio-client

netty-nio-client

JSON →
library2.37.1javamavenunverified

Netty-based NIO HTTP client for the AWS SDK for Java, enabling asynchronous and non-blocking I/O for AWS service calls.

<dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>netty-nio-client</artifactId> <version>2.37.1</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-NIO-CLIENT
N
netty-nio-client
http-clientjavav2.37.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NettyNioAsyncHttpClient
software.amazon.awssdk.http.nio.netty.NettyNioAsyncHttpClient

Create a Netty-based async HTTP client

import software.amazon.awssdk.http.nio.netty.NettyNioAsyncHttpClient; import software.amazon.awssdk.http.SdkHttpConfigurationOption; import software.amazon.awssdk.utils.AttributeMap; public class NettyClientQuickstart { public static void main(String[] args) { NettyNioAsyncHttpClient client = NettyNioAsyncHttpClient.builder() .buildWithDefaults(AttributeMap.empty()); System.out.println("Netty client created"); } }
Debug
Known issues
gotchaNetty client requires additional dependencies and may conflict with other Netty versions.
fix
Ensure consistent Netty version across all dependencies; use the BOM provided by AWS SDK.
affects: *
Upgrade
Version history
2.37.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources
netty-nio-client — mvn dependency:get netty-nio-client · libregistry