Uses of Class
java.nio.channels.spi.AbstractInterruptibleChannel
- 
Packages that use AbstractInterruptibleChannel Package Description com.sun.nio.sctp A Java API for Stream Control Transport Protocol.java.nio.channels Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.java.nio.channels.spi Service-provider classes for thejava.nio.channelspackage.
- 
- 
Uses of AbstractInterruptibleChannel in com.sun.nio.sctpSubclasses of AbstractInterruptibleChannel in com.sun.nio.sctp Modifier and Type Class Description classSctpChannelA selectable channel for message-oriented connected SCTP sockets.classSctpMultiChannelA selectable channel for message-oriented SCTP sockets.classSctpServerChannelA selectable channel for message-oriented listening SCTP sockets.
- 
Uses of AbstractInterruptibleChannel in java.nio.channelsSubclasses of AbstractInterruptibleChannel in java.nio.channels Modifier and Type Class Description classDatagramChannelA selectable channel for datagram-oriented sockets.classFileChannelA channel for reading, writing, mapping, and manipulating a file.static classPipe.SinkChannelA channel representing the writable end of aPipe.static classPipe.SourceChannelA channel representing the readable end of aPipe.classSelectableChannelA channel that can be multiplexed via aSelector.classServerSocketChannelA selectable channel for stream-oriented listening sockets.classSocketChannelA selectable channel for stream-oriented connecting sockets.
- 
Uses of AbstractInterruptibleChannel in java.nio.channels.spiSubclasses of AbstractInterruptibleChannel in java.nio.channels.spi Modifier and Type Class Description classAbstractSelectableChannelBase implementation class for selectable channels.
 
-