public interface EventLoop extends EventExecutor, EventLoopGroup
| Modifier and Type | Method and Description |
|---|---|
EventLoopGroup |
parent()
Return the
EventExecutorGroup which is the parent of this EventExecutor,
or null if it has no parent |
inEventLoop, inEventLoop, nextschedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelayawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submitnext, register, registerawaitTermination, isShutdown, isTerminated, shutdownEventLoopGroup parent()
EventExecutorEventExecutorGroup which is the parent of this EventExecutor,
or null if it has no parentparent in interface EventExecutorCopyright © 2008-2012 The Netty Project. All Rights Reserved.