Registry / networking / netty-transport-native-kqueue

netty-transport-native-kqueue

JSON →
library4.2.12.Finaljavamavenunverified

Native transport for Netty using the BSD KQueue I/O notification mechanism.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-kqueue</artifactId> <version>4.2.12.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-TRANSPORT-NA
N
netty-transport-native-kqueue
networkingjavav4.2.12.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.

KQueue
io.netty.channel.kqueue.KQueue

Checks if KQueue native transport is available on the current platform.

import io.netty.channel.kqueue.KQueue; public class Example { public static void main(String[] args) { if (KQueue.isAvailable()) { System.out.println("KQueue is available"); } } }
Debug
Known issues
breakingNative library must be loaded; ensure the correct classifier is used for your OS.
fix
Add the appropriate classifier (e.g., 'osx-x86_64') to your dependency.
affects: all
Upgrade
Version history
4.2.12.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
netty-transport-native-kqueue — mvn dependency:get netty-transport-native-kqueue · libregistry