Uses of Class
io.netty.channel.ThreadPerChannelEventLoopGroup
-
Packages that use ThreadPerChannelEventLoopGroup Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.oio 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 ThreadPerChannelEventLoopGroup Modifier and Type Field Description private ThreadPerChannelEventLoopGroup
ThreadPerChannelEventLoop. parent
Deprecated.Constructors in io.netty.channel with parameters of type ThreadPerChannelEventLoopGroup Constructor Description ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup parent)
Deprecated. -
Uses of ThreadPerChannelEventLoopGroup in io.netty.channel.oio
Subclasses of ThreadPerChannelEventLoopGroup in io.netty.channel.oio Modifier and Type Class Description class
OioEventLoopGroup
Deprecated.use NIO / EPOLL / KQUEUE transport.
-