Package io.netty.channel
Interface EventLoop
-
- All Superinterfaces:
EventExecutor,EventExecutorGroup,EventLoopGroup,java.util.concurrent.Executor,java.util.concurrent.ExecutorService,java.lang.Iterable<EventExecutor>,OrderedEventExecutor,java.util.concurrent.ScheduledExecutorService
- All Known Implementing Classes:
AbstractEventLoop,DefaultEventLoop,EmbeddedEventLoop,NioEventLoop,SingleThreadEventLoop,ThreadPerChannelEventLoop
public interface EventLoop extends OrderedEventExecutor, EventLoopGroup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventLoopGroupparent()Return theEventExecutorGroupwhich 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
-
-
-
-
Method Detail
-
parent
EventLoopGroup parent()
Description copied from interface:EventExecutorReturn theEventExecutorGroupwhich is the parent of thisEventExecutor,- Specified by:
parentin interfaceEventExecutor
-
-