Class MultithreadEventExecutorGroup

java.lang.Object
io.netty.util.concurrent.AbstractEventExecutorGroup
io.netty.util.concurrent.MultithreadEventExecutorGroup
All Implemented Interfaces:
EventExecutorGroup, AutoCloseable, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService
Direct Known Subclasses:
DefaultEventExecutorGroup, MultithreadEventLoopGroup

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