Registry / networking / netty-transport-native-epoll

netty-transport-native-epoll

JSON →
library4.1.135.Finaljavamavenunverified

Netty's native epoll transport provides high-performance I/O using Linux's epoll system calls for event-driven networking.

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

EpollEventLoopGroup
io.netty.channel.epoll.EpollEventLoopGroup

Creates an EpollEventLoopGroup for native Linux networking.

import io.netty.channel.epoll.EpollEventLoopGroup; import io.netty.channel.epoll.EpollSocketChannel; public class Example { public static void main(String[] args) { EpollEventLoopGroup group = new EpollEventLoopGroup(); try { // Use group with EpollSocketChannel } finally { group.shutdownGracefully(); } } }
Debug
Known issues
breakingThis native transport only works on Linux systems with epoll support; it will fail on other platforms.
fix
Use the NIO transport (io.netty:netty-transport-native-epoll) as a fallback or conditionally load the native library.
affects: *
Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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