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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an EpollEventLoopGroup for native Linux networking.
Use the NIO transport (io.netty:netty-transport-native-epoll) as a fallback or conditionally load the native library.
No dependency data recorded yet.