Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Set<ThreadPerChannelEventLoop> |
ThreadPerChannelEventLoopGroup.activeChildren |
(package private) java.util.Queue<ThreadPerChannelEventLoop> |
ThreadPerChannelEventLoopGroup.idleChildren |
Modifier and Type | Method and Description |
---|---|
protected ThreadPerChannelEventLoop |
ThreadPerChannelEventLoopGroup.newChild(java.lang.Object... args)
Creates a new
EventLoop . |