Uses of Class
java.nio.channels.SelectableChannel
| Package | Description |
|---|---|
| java.nio.channels | |
| java.nio.channels.spi |
-
Uses of SelectableChannel in java.nio.channels
Subclasses of SelectableChannel in java.nio.channels Modifier and Type Class Description classDatagramChannelADatagramChannelis a selectable channel that represents a partial abstraction of a datagram socket.static classPipe.SinkChannelWritable sink channel used to write to a pipe.static classPipe.SourceChannelReadable source channel used to read from a pipe.classServerSocketChannelAServerSocketChannelis a partial abstraction of a selectable, stream-oriented listening socket.classSocketChannelASocketChannelis a selectable channel that provides a partial abstraction of stream connecting socket.Methods in java.nio.channels that return SelectableChannel Modifier and Type Method Description abstract SelectableChannelSelectionKey. channel()Gets the channel of this key.abstract SelectableChannelSelectableChannel. configureBlocking(boolean block)Sets the blocking mode of this channel. -
Uses of SelectableChannel in java.nio.channels.spi
Subclasses of SelectableChannel in java.nio.channels.spi Modifier and Type Class Description classAbstractSelectableChannelAbstractSelectableChannelis the base implementation class for selectable channels.Methods in java.nio.channels.spi that return SelectableChannel Modifier and Type Method Description SelectableChannelAbstractSelectableChannel. configureBlocking(boolean blockingMode)Sets the blocking mode of this channel.