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 classDefaultEventExecutorGroupDefault implementation ofMultithreadEventExecutorGroupwhich will useDefaultEventExecutorinstances to handle the tasks.classMultithreadEventExecutorGroupAbstract base class forEventExecutorGroupimplementations that handles their tasks with multiple threads at the same time.
-