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, submit
invokeAll, invokeAll, invokeAny, invokeAny
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
复制的描述
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.