| Frames | No Frames |
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.
|
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 | |
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.
|