GNU Classpath (0.95) | |
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 |
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.
|
GNU Classpath (0.95) |