Registry / networking / netty-transport-classes-epoll

netty-transport-classes-epoll

JSON →
library4.1.135.Finaljavamavenunverified

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-classes-epoll</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-TRANSPORT-CL
N
netty-transport-classes-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 Epoll-based event loop group for high-performance networking on Linux.

import io.netty.channel.epoll.EpollEventLoopGroup; import io.netty.channel.epoll.EpollSocketChannel; public class Main { public static void main(String[] args) { EpollEventLoopGroup group = new EpollEventLoopGroup(); System.out.println("Epoll transport available: " + EpollSocketChannel.class.isAssignableFrom(EpollSocketChannel.class)); group.shutdownGracefully(); } }
Debug
Known issues
gotchaEpoll transport only works on Linux; will throw an exception on other platforms.
fix
Use NioEventLoopGroup for cross-platform compatibility.
affects: *
Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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