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. |
EventLoopGroup |
parent() |
children, inEventLoop, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, nextnext, register, registerisShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedEventLoopGroup parent()
parent in interface io.netty.util.concurrent.EventExecutorChannelHandlerInvoker asInvoker()
ChannelHandlerInvoker implementation that uses this EventLoop to
invoke event handler methods.Copyright © 2008–2015 The Netty Project. All rights reserved.