public interface EventLoopGroup
extends io.netty.util.concurrent.EventExecutorGroup
EventExecutorGroup which allows to register Channel's that get
processed for later selection during the event loop.| Modifier and Type | Method and Description |
|---|---|
EventLoop |
next() |
children, isShuttingDown, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedEventLoop next()
next in interface io.netty.util.concurrent.EventExecutorGroupCopyright © 2008–2013 The Netty Project. All rights reserved.