Uses of Class
java.nio.channels.spi.AbstractInterruptibleChannel
Packages that use AbstractInterruptibleChannel
Package
Description
A Java API for Stream Control Transport Protocol.
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.
Service-provider classes for the 
java.nio.channels
 package.- 
Uses of AbstractInterruptibleChannel in com.sun.nio.sctpSubclasses of AbstractInterruptibleChannel in com.sun.nio.sctpModifier and TypeClassDescriptionclassA selectable channel for message-oriented connected SCTP sockets.classA selectable channel for message-oriented SCTP sockets.classA selectable channel for message-oriented listening SCTP sockets.
- 
Uses of AbstractInterruptibleChannel in java.nio.channelsSubclasses of AbstractInterruptibleChannel in java.nio.channelsModifier and TypeClassDescriptionclassA selectable channel for datagram-oriented sockets.classA channel for reading, writing, mapping, and manipulating a file.static classA channel representing the writable end of aPipe.static classA channel representing the readable end of aPipe.classA channel that can be multiplexed via aSelector.classA selectable channel for stream-oriented listening sockets.classA selectable channel for stream-oriented connecting sockets.
- 
Uses of AbstractInterruptibleChannel in java.nio.channels.spiSubclasses of AbstractInterruptibleChannel in java.nio.channels.spiModifier and TypeClassDescriptionclassBase implementation class for selectable channels.