| Package | Description |
|---|---|
| io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
| Modifier and Type | Field and Description |
|---|---|
private SelectedSelectionKeySet |
NioEventLoop.selectedKeys |
private SelectedSelectionKeySet |
SelectedSelectionKeySetSelector.selectionKeys |
| Constructor and Description |
|---|
SelectedSelectionKeySetSelector(java.nio.channels.Selector delegate,
SelectedSelectionKeySet selectionKeys) |