Uses of Class
io.netty.channel.nio.SelectedSelectionKeySet
-
Packages that use SelectedSelectionKeySet Package Description io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of SelectedSelectionKeySet in io.netty.channel.nio
Fields in io.netty.channel.nio declared as SelectedSelectionKeySet Modifier and Type Field Description private SelectedSelectionKeySet
NioEventLoop. selectedKeys
private SelectedSelectionKeySet
SelectedSelectionKeySetSelector. selectionKeys
Constructors in io.netty.channel.nio with parameters of type SelectedSelectionKeySet Constructor Description SelectedSelectionKeySetSelector(java.nio.channels.Selector delegate, SelectedSelectionKeySet selectionKeys)
-