Registry / networking / reactor-netty-core

reactor-netty-core

JSON →
library1.3.6javamavenunverified

Core module of Reactor Netty providing non-blocking, reactive TCP/HTTP/UDP client and server based on Netty.

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

HttpServer
reactor.netty.http.server.HttpServer

Starts a reactive HTTP server on port 8080.

import reactor.netty.http.server.HttpServer; HttpServer.create() .port(8080) .route(routes -> routes.get("/hello", (req, res) -> res.sendString(Mono.just("Hello World")))) .bindNow();
Debug
Known issues
breakingReactor Netty 1.1.x uses Netty 4.1.x; 1.2.x uses Netty 4.2.x. Ensure compatibility with other Netty dependencies.
fix
Align all Netty dependencies to the same major version as required by reactor-netty-core.
affects: >=1.2.0
Upgrade
Version history
1.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources