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,ThreadAwareExecutor
- All Known Subinterfaces:
IoEventLoop
- All Known Implementing Classes:
AbstractEventLoop,DefaultEventLoop,EpollEventLoop,ManualIoEventLoop,NioEventLoop,SingleThreadEventLoop,SingleThreadIoEventLoop,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, isExecutorThread, isSuspended, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, trySuspend
-
Methods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture, ticker
-
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
-
-