GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type java.nio.channels.SelectionKey | |
SelectionKey | SelectionKey.interestOps(int ops) 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.
|
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.
|
GNU Classpath (0.95) |