public interface EventLoop extends io.netty.util.concurrent.EventExecutor, EventLoopGroup
| Modifier and Type | Method and Description |
|---|---|
ChannelHandlerInvoker |
asInvoker()
Creates a new default
ChannelHandlerInvoker implementation that uses this EventLoop to
invoke event handler methods. |
EventLoop |
next() |
EventLoopGroup |
parent() |
children, inEventLoop, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, submit, submit, submitisShuttingDown, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedEventLoopGroup parent()
parent in interface io.netty.util.concurrent.EventExecutorEventLoop next()
next in interface io.netty.util.concurrent.EventExecutornext in interface io.netty.util.concurrent.EventExecutorGroupnext in interface EventLoopGroupChannelHandlerInvoker asInvoker()
ChannelHandlerInvoker implementation that uses this EventLoop to
invoke event handler methods.Copyright © 2008–2013 The Netty Project. All rights reserved.