public interface EventLoop extends 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()
Return the
EventExecutorGroup which is the parent of this EventExecutor, |
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()
EventExecutorEventExecutorGroup which is the parent of this EventExecutor,parent in interface EventExecutorChannelHandlerInvoker asInvoker()
ChannelHandlerInvoker implementation that uses this EventLoop to
invoke event handler methods.Copyright © 2008–2016 The Netty Project. All rights reserved.