Class ThreadPerChannelEventLoop

All Implemented Interfaces:
EventLoop, EventLoopGroup, EventExecutor, EventExecutorGroup, OrderedEventExecutor, AutoCloseable, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService

@Deprecated public class ThreadPerChannelEventLoop extends SingleThreadEventLoop
Deprecated.
this will be remove in the next-major release.
SingleThreadEventLoop which is used to handle OIO Channel's. So in general there will be one ThreadPerChannelEventLoop per Channel.