Package io.netty.channel
Class AbstractEventLoopGroup
java.lang.Object
io.netty.util.concurrent.AbstractEventExecutorGroup
io.netty.channel.AbstractEventLoopGroup
- All Implemented Interfaces:
EventLoopGroup,EventExecutorGroup,AutoCloseable,Iterable<EventExecutor>,Executor,ExecutorService,ScheduledExecutorService
public abstract class AbstractEventLoopGroup
extends AbstractEventExecutorGroup
implements EventLoopGroup
Skeletal implementation of
EventLoopGroup.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.netty.util.concurrent.AbstractEventExecutorGroup
execute, invokeAll, invokeAll, invokeAny, invokeAny, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownNow, submit, submit, submitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureMethods inherited from interface io.netty.channel.EventLoopGroup
register, register, registerMethods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AbstractEventLoopGroup
public AbstractEventLoopGroup()
-
-
Method Details
-
next
Description copied from interface:EventLoopGroupReturn the nextEventLoopto use- Specified by:
nextin interfaceEventExecutorGroup- Specified by:
nextin interfaceEventLoopGroup
-