Uses of Class
io.netty.channel.ThreadPerChannelEventLoopGroup

Package
Description
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
Old blocking I/O based channel API implementation - recommended for a small number of connections (< 1000).