Class OioEventLoopGroup

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

@Deprecated public class OioEventLoopGroup extends ThreadPerChannelEventLoopGroup
Deprecated.
use NIO / EPOLL / KQUEUE transport.
EventLoopGroup which is used to handle OIO Channel's. Each Channel will be handled by its own EventLoop to not block others.