Package io.netty.channel
Interface EventLoop
-
- All Superinterfaces:
EventExecutor,EventExecutorGroup,EventLoopGroup,Executor,ExecutorService,Iterable<EventExecutor>,OrderedEventExecutor,ScheduledExecutorService
- All Known Implementing Classes:
AbstractEventLoop,DefaultEventLoop,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
-
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
parent
EventLoopGroup parent()
Description copied from interface:EventExecutorReturn theEventExecutorGroupwhich is the parent of thisEventExecutor,- Specified by:
parentin interfaceEventExecutor
-
-