Class DefaultEventExecutorGroup

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

public class DefaultEventExecutorGroup extends MultithreadEventExecutorGroup
Default implementation of MultithreadEventExecutorGroup which will use DefaultEventExecutor instances to handle the tasks.