Class MultithreadEventLoopGroup

All Implemented Interfaces:
EventLoopGroup, EventExecutorGroup, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService
Direct Known Subclasses:
DefaultEventLoopGroup, MultiThreadIoEventLoopGroup

public abstract class MultithreadEventLoopGroup extends MultithreadEventExecutorGroup implements EventLoopGroup
Abstract base class for EventLoopGroup implementations that handles their tasks with multiple threads at the same time.