Uses of Class java.nio.channels.SelectionKey

Uses in package java.nio.channels

Methods with return type java.nio.channels.SelectionKey

SelectionKey
Sets this key's interest set to the given value.
SelectionKey
Retrieves the key representing the channel's registration with the given selector.
SelectionKey
Registers this channel with the given selector, returning a selection key.
SelectionKey
Registers this channel with the given selector, returning a selection key.

Uses in package java.nio.channels.spi

Classes derived from java.nio.channels.SelectionKey

class

Methods with return type java.nio.channels.SelectionKey

SelectionKey
Retrieves the key representing the channel's registration with the given selector.
SelectionKey
Registers this channel with the given selector, returning a selection key.
SelectionKey
Registers a channel for the selection process.