public abstract class AbstractEventLoop extends io.netty.util.concurrent.AbstractEventExecutor implements EventLoop
EventLoop
.Modifier | Constructor and Description |
---|---|
protected |
AbstractEventLoop() |
protected |
AbstractEventLoop(EventLoopGroup parent) |
Modifier and Type | Method and Description |
---|---|
EventLoop |
next()
Return the next
EventLoop to use |
EventLoopGroup |
parent() |
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
forEach, spliterator
register, register, register
protected AbstractEventLoop()
protected AbstractEventLoop(EventLoopGroup parent)
public EventLoopGroup parent()
public EventLoop next()
EventLoopGroup
EventLoop
to usenext
in interface EventLoopGroup
next
in interface io.netty.util.concurrent.EventExecutor
next
in interface io.netty.util.concurrent.EventExecutorGroup
next
in class io.netty.util.concurrent.AbstractEventExecutor
Copyright © 2008–2019 The Netty Project. All rights reserved.