Uses of Class java.nio.channels.Selector

Uses in package java.nio.channels

Methods with parameter type java.nio.channels.Selector

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.

Methods with return type java.nio.channels.Selector

Selector
Opens a selector.
Selector
Returns the selector for which this key was created.
Selector
Causes the first selection operation that has not yet returned to return immediately.

Uses in package java.nio.channels.spi

Classes derived from java.nio.channels.Selector

class

Methods with parameter type java.nio.channels.Selector

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.