public interface EventLoop extends OrderedEventExecutor, EventLoopGroup
| Modifier and Type | Method and Description |
|---|---|
EventLoopGroup |
parent()
返回此 EventExecutor的父节点EventExecutorGroup ,
|
inEventLoop, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, nextisShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatednext, register, register, registerEventLoopGroup parent()
EventExecutor复制的描述
EventExecutor的父节点EventExecutorGroup ,
parent in interface
EventExecutor
Copyright © 2008–2018 The Netty Project. All rights reserved.