Registry / networking / quarkus-netty

quarkus-netty

JSON →
library3.16.3javamavenunverified

Netty is a non-blocking I/O client-server framework used by Quarkus as foundation layer.

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-netty</artifactId> <version>3.16.3</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-NETTY
Q
quarkus-netty
networkingjavav3.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.

ServerBootstrap
io.netty.bootstrap.ServerBootstrap

Create a Netty server bootstrap.

import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.nio.NioEventLoopGroup; ServerBootstrap bootstrap = new ServerBootstrap(); bootstrap.group(new NioEventLoopGroup());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.16.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
quarkus-netty — mvn dependency:get quarkus-netty · libregistry