Uses of Class
java.nio.channels.spi.AbstractInterruptibleChannel
| Package | Description |
|---|---|
| java.nio.channels | |
| java.nio.channels.spi |
-
Uses of AbstractInterruptibleChannel in java.nio.channels
Subclasses of AbstractInterruptibleChannel in java.nio.channels Modifier and Type Class Description classDatagramChannelADatagramChannelis a selectable channel that represents a partial abstraction of a datagram socket.classFileChannelAn abstract channel type for interaction with a platform file.static classPipe.SinkChannelWritable sink channel used to write to a pipe.static classPipe.SourceChannelReadable source channel used to read from a pipe.classSelectableChannelA channel that can be used with aSelector.classServerSocketChannelAServerSocketChannelis a partial abstraction of a selectable, stream-oriented listening socket.classSocketChannelASocketChannelis a selectable channel that provides a partial abstraction of stream connecting socket. -
Uses of AbstractInterruptibleChannel in java.nio.channels.spi
Subclasses of AbstractInterruptibleChannel in java.nio.channels.spi Modifier and Type Class Description classAbstractSelectableChannelAbstractSelectableChannelis the base implementation class for selectable channels.