Example usage for Java java.nio.channels SelectableChannel fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes this channel. |
SelectableChannel | configureBlocking(boolean block) Adjusts this channel's blocking mode. |
boolean | isOpen() |
SelectionKey | keyFor(Selector sel) Retrieves the key representing the channel's registration with the given selector. |
SelectionKey | register(Selector sel, int ops, Object att) Registers this channel with the given selector, returning a selection key. |