Uses of Interface
java.nio.channels.InterruptibleChannel
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 InterruptibleChannel in com.sun.nio.sctp
Modifier and TypeClassDescriptionclass
A selectable channel for message-oriented connected SCTP sockets.class
A selectable channel for message-oriented SCTP sockets.class
A selectable channel for message-oriented listening SCTP sockets. -
Uses of InterruptibleChannel in java.nio.channels
Modifier and TypeClassDescriptionclass
A selectable channel for datagram-oriented sockets.class
A channel for reading, writing, mapping, and manipulating a file.static class
A channel representing the writable end of aPipe
.static class
A channel representing the readable end of aPipe
.class
A channel that can be multiplexed via aSelector
.class
A selectable channel for stream-oriented listening sockets.class
A selectable channel for stream-oriented connecting sockets. -
Uses of InterruptibleChannel in java.nio.channels.spi
Modifier and TypeClassDescriptionclass
Base implementation class for interruptible channels.class
Base implementation class for selectable channels.