Package io.netty.channel
Interface EventLoop
- All Superinterfaces:
AutoCloseable
,EventExecutor
,EventExecutorGroup
,EventLoopGroup
,Executor
,ExecutorService
,Iterable<EventExecutor>
,OrderedEventExecutor
,ScheduledExecutorService
- All Known Implementing Classes:
AbstractEventLoop
,DefaultEventLoop
,EmbeddedEventLoop
,EpollEventLoop
,KQueueEventLoop
,NioEventLoop
,SingleThreadEventLoop
,ThreadPerChannelEventLoop
-
Method Summary
Modifier and TypeMethodDescriptionparent()
Return theEventExecutorGroup
which is the parent of thisEventExecutor
,Methods inherited from interface io.netty.util.concurrent.EventExecutor
inEventLoop, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, next
Methods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture
Methods inherited from interface io.netty.channel.EventLoopGroup
next, register, register, register
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
parent
EventLoopGroup parent()Description copied from interface:EventExecutor
Return theEventExecutorGroup
which is the parent of thisEventExecutor
,- Specified by:
parent
in interfaceEventExecutor
-