Registry / http-client / azure-core-http-netty

azure-core-http-netty

JSON →
library1.16.3javamavenunverified

Netty HTTP client plugin for Azure Core providing reactive HTTP communication.

<dependency> <groupId>com.azure</groupId> <artifactId>azure-core-http-netty</artifactId> <version>1.16.3</version> </dependency>
INSTALL
IMPORT
SIG · AZURE-CORE-HTTP-NE
A
azure-core-http-netty
http-clientjavav1.16.3
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.

NettyAsyncHttpClientBuilder
com.azure.core.http.netty.NettyAsyncHttpClientBuilder

Create a Netty-based HTTP client for Azure SDK.

import com.azure.core.http.netty.NettyAsyncHttpClientBuilder; import com.azure.core.http.HttpClient; public class AzureNettyExample { public static void main(String[] args) { HttpClient client = new NettyAsyncHttpClientBuilder().build(); System.out.println("Netty HTTP client created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.16.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
azure-core-http-netty — mvn dependency:get azure-core-http-netty · libregistry