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 theEventExecutorGroupwhich is the parent of thisEventExecutor,Methods inherited from interface io.netty.util.concurrent.EventExecutor
inEventLoop, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, nextMethods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureMethods inherited from interface io.netty.channel.EventLoopGroup
next, register, register, registerMethods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
parent
EventLoopGroup parent()Description copied from interface:EventExecutorReturn theEventExecutorGroupwhich is the parent of thisEventExecutor,- Specified by:
parentin interfaceEventExecutor
-