Package io.netty.channel
Interface EventLoop
-
- All Superinterfaces:
io.netty.util.concurrent.EventExecutor,io.netty.util.concurrent.EventExecutorGroup,EventLoopGroup,Executor,ExecutorService,Iterable<io.netty.util.concurrent.EventExecutor>,io.netty.util.concurrent.OrderedEventExecutor,ScheduledExecutorService,io.netty.util.concurrent.ThreadAwareExecutor
- All Known Subinterfaces:
IoEventLoop
- All Known Implementing Classes:
AbstractEventLoop,DefaultEventLoop,ManualIoEventLoop,NioEventLoop,SingleThreadEventLoop,SingleThreadIoEventLoop,ThreadPerChannelEventLoop
public interface EventLoop extends io.netty.util.concurrent.OrderedEventExecutor, EventLoopGroup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventLoopGroupparent()-
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
-
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()
- Specified by:
parentin interfaceio.netty.util.concurrent.EventExecutor
-
-