Registry / networking / reactor-netty

reactor-netty

JSON →
library1.3.6javamavenunverified

A reactive networking library based on Netty, providing non-blocking I/O for building high-performance network applications.

<dependency> <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty</artifactId> <version>1.3.6</version> </dependency>
INSTALL
IMPORT
SIG · REACTOR-NETTY
R
reactor-netty
networkingjavav1.3.6
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.

HttpClient
reactor.netty.http.client.HttpClient

Making a simple HTTP GET request using Reactor Netty.

import reactor.netty.http.client.HttpClient; public class Example { public static void main(String[] args) { HttpClient client = HttpClient.create(); client.get().uri("http://example.com").response().block(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
reactor-netty — mvn dependency:get reactor-netty · libregistry