Uses of Class
io.netty.util.concurrent.AbstractEventExecutorGroup
-
Packages that use AbstractEventExecutorGroup Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of AbstractEventExecutorGroup in io.netty.util.concurrent
Subclasses of AbstractEventExecutorGroup in io.netty.util.concurrent Modifier and Type Class Description class
DefaultEventExecutorGroup
Default implementation ofMultithreadEventExecutorGroup
which will useDefaultEventExecutor
instances to handle the tasks.class
MultithreadEventExecutorGroup
Abstract base class forEventExecutorGroup
implementations that handles their tasks with multiple threads at the same time.
-