public abstract class AbstractEventLoop extends AbstractEventExecutor implements EventLoop
EventLoop.AbstractEventExecutor.LazyRunnable| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractEventLoop() |
protected |
AbstractEventLoop(EventLoopGroup parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
EventLoop |
next()
Returns a reference to itself.
|
EventLoopGroup |
parent()
Return the
EventExecutorGroup which is the parent of this EventExecutor, |
inEventLoop, iterator, lazyExecute, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, newTaskFor, newTaskFor, runTask, safeExecute, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownNow, submit, submit, submitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinEventLoop, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFutureisShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedregister, register, registerprotected AbstractEventLoop()
protected AbstractEventLoop(EventLoopGroup parent)
public EventLoopGroup parent()
EventExecutorEventExecutorGroup which is the parent of this EventExecutor,parent 在接口中 EventLoopparent 在接口中 EventExecutorparent 在类中 AbstractEventExecutorpublic EventLoop next()
EventExecutornext 在接口中 EventLoopGroupnext 在接口中 EventExecutornext 在接口中 EventExecutorGroupnext 在类中 AbstractEventExecutor