Interface IoEventLoop

All Superinterfaces:
EventExecutor, EventExecutorGroup, EventLoop, EventLoopGroup, Executor, ExecutorService, IoEventLoopGroup, Iterable<EventExecutor>, OrderedEventExecutor, ScheduledExecutorService, ThreadAwareExecutor
All Known Implementing Classes:
EpollEventLoop, ManualIoEventLoop, NioEventLoop, SingleThreadIoEventLoop

public interface IoEventLoop extends EventLoop, IoEventLoopGroup
EventLoop that allows to register / deregister IoHandle instances.