Class EpollEventLoopGroup

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

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