-
Subclasses of AbstractSelectableChannel in java.nio.channels
| Modifier and Type |
Class |
Description |
class |
DatagramChannel |
A DatagramChannel is a selectable channel that represents a partial
abstraction of a datagram socket.
|
static class |
Pipe.SinkChannel |
Writable sink channel used to write to a pipe.
|
static class |
Pipe.SourceChannel |
Readable source channel used to read from a pipe.
|
class |
ServerSocketChannel |
A ServerSocketChannel is a partial abstraction of a selectable,
stream-oriented listening socket.
|
class |
SocketChannel |
A SocketChannel is a selectable channel that provides a partial
abstraction of stream connecting socket.
|
-