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, submit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
inEventLoop, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated
register, register, register
protected AbstractEventLoop()
protected AbstractEventLoop(EventLoopGroup parent)
public EventLoopGroup parent()
EventExecutor
EventExecutorGroup
which is the parent of this EventExecutor
,parent
在接口中 EventLoop
parent
在接口中 EventExecutor
parent
在类中 AbstractEventExecutor
public EventLoop next()
EventExecutor
next
在接口中 EventLoopGroup
next
在接口中 EventExecutor
next
在接口中 EventExecutorGroup
next
在类中 AbstractEventExecutor