Registry / utility / netty-common

netty-common

JSON →
library4.1.134.Finaljavamavenunverified

Common utility classes and interfaces used across all Netty modules.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> <version>4.1.134.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-COMMON
N
netty-common
utilityjavav4.1.134.Final
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.

Future
io.netty.util.concurrent.Future

Shows usage of Netty's Future from the common module.

import io.netty.util.concurrent.Future; import io.netty.util.concurrent.GlobalEventExecutor; public class Example { public static void main(String[] args) { Future<Void> future = GlobalEventExecutor.INSTANCE.submit(() -> { System.out.println("Task executed"); }); future.syncUninterruptibly(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.134.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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