Uses of Class
io.netty.channel.ThreadPerChannelEventLoopGroup
Packages that use 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).
-
Uses of ThreadPerChannelEventLoopGroup in io.netty.channel
Fields in io.netty.channel declared as ThreadPerChannelEventLoopGroupModifier and TypeFieldDescriptionprivate final ThreadPerChannelEventLoopGroup
ThreadPerChannelEventLoop.parent
Deprecated.Constructors in io.netty.channel with parameters of type ThreadPerChannelEventLoopGroupModifierConstructorDescriptionDeprecated. -
Uses of ThreadPerChannelEventLoopGroup in io.netty.channel.oio
Subclasses of ThreadPerChannelEventLoopGroup in io.netty.channel.oioModifier and TypeClassDescriptionclass
Deprecated.use NIO / EPOLL / KQUEUE transport.