Class EpollEventLoopGroup

All Implemented Interfaces:
EventLoopGroup, IoEventLoopGroup, EventExecutorGroup, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService

@Deprecated public final class EpollEventLoopGroup extends MultiThreadIoEventLoopGroup
EventLoopGroup which uses epoll under the covers. Because of this it only works on linux.