|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV NEXT | ||||||||
Uses of Class
java.nio.channels.ClosedChannelException
| Uses of ClosedChannelException in java.nio.channels |
| Subclasses of ClosedChannelException in java.nio.channels | |
class |
AsynchronousCloseException
|
class |
ClosedByInterruptException
|
| Methods in java.nio.channels that throw ClosedChannelException | |
SelectionKey |
SelectableChannel.register(Selector sel,
int ops)
Registers this channel with the given selector, returning a selection key. |
abstract SelectionKey |
SelectableChannel.register(Selector sel,
int ops,
java.lang.Object att)
Registers this channel with the given selector, returning a selection key. |
|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV NEXT | ||||||||