Package | Description |
---|---|
io.netty.channel.group |
A channel registry which helps a user maintain the list of open
Channel s and perform bulk operations on them. |
Modifier and Type | Field and Description |
---|---|
private ConcurrentSet<Channel> |
DefaultChannelGroup.nonServerChannels |
private ConcurrentSet<Channel> |
DefaultChannelGroup.serverChannels |