Class SingleThreadIoEventLoop

All Implemented Interfaces:
EventLoop, EventLoopGroup, IoEventLoop, IoEventLoopGroup, EventExecutor, EventExecutorGroup, OrderedEventExecutor, ThreadAwareExecutor, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService
Direct Known Subclasses:
EpollEventLoop, NioEventLoop

public class SingleThreadIoEventLoop extends SingleThreadEventLoop implements IoEventLoop
IoEventLoop implementation that execute all its submitted tasks in a single thread using the provided IoHandler.