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()
返回对自身的引用。
|
EventLoopGroup |
parent()
返回此 EventExecutor的母公司EventExecutorGroup ,
|
inEventLoop, iterator, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, newTaskFor, newTaskFor, safeExecute, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownNow, submit, submit, submitinvokeAll, invokeAll, invokeAny, invokeAnyclone, 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()
EventExecutor复制的描述
EventExecutor的母公司EventExecutorGroup ,
parent接口
EventLoop
parent接口
EventExecutor
parent在类
AbstractEventExecutor
public EventLoop next()
EventExecutor复制的描述
next接口
EventLoopGroup
next接口
EventExecutor
next接口
EventExecutorGroup
next在类
AbstractEventExecutor
Copyright © 2008–2018 The Netty Project. All rights reserved.