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 gnu.java.nio

Classes derived from java.nio.channels.Selector

class
An implementation of Selector that uses the epoll event notification mechanism on GNU/Linux.
class
A Selector implementation that uses the kqueue event notification facility.
class

Methods with return type java.nio.channels.Selector

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

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.