public abstract class AbstractEventLoop extends AbstractEventExecutor implements EventLoop
EventLoop.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEventLoop() |
protected |
AbstractEventLoop(EventLoopGroup parent) |
| Modifier and Type | Method and Description |
|---|---|
EventLoop |
next()
Returns a reference to itself.
|
EventLoopGroup |
parent()
Return the
EventExecutorGroup which is the parent of this EventExecutor, |
EventLoop |
unwrap()
Returns an
EventExecutor that is not a WrappedEventExecutor. |
children, close, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, newTaskFor, newTaskFor, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownNow, submit, submit, submitinvokeAll, invokeAll, invokeAny, invokeAnyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchildren, inEventLoop, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFutureregister, registerisShuttingDown, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedcloseprotected AbstractEventLoop()
protected AbstractEventLoop(EventLoopGroup parent)
public EventLoopGroup parent()
EventExecutorEventExecutorGroup which is the parent of this EventExecutor,parent in interface EventLoopparent in interface EventExecutorparent in class AbstractEventExecutorpublic EventLoop next()
EventExecutornext in interface EventLoopGroupnext in interface EventExecutornext in interface EventExecutorGroupnext in class AbstractEventExecutorpublic EventLoop unwrap()
EventExecutorEventExecutor that is not a WrappedEventExecutor.
WrappedEventExecutor implementing this method must return the underlying
EventExecutor while making sure that it's not a WrappedEventExecutor
(e.g. by multiple calls to EventExecutor.unwrap()).
EventExecutor that is not a WrappedEventExecutor must return a reference to itself.
unwrap in interface EventLoopunwrap in interface EventExecutorunwrap in class AbstractEventExecutorCopyright © 2008–2015 The Netty Project. All rights reserved.