Uses of Interface
java.nio.channels.InterruptibleChannel
-
Packages that use InterruptibleChannel 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。java.nio.channels 定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。java.nio.channels.spi 服务提供商类为java.nio.channels
包。 -
-
Uses of InterruptibleChannel in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement InterruptibleChannel Modifier and Type Class 描述 class
SctpChannel
用于面向消息的连接SCTP套接字的可选通道。class
SctpMultiChannel
用于面向消息的SCTP套接字的可选通道。class
SctpServerChannel
用于面向消息的侦听SCTP插座的可选通道。 -
Uses of InterruptibleChannel in java.nio.channels
Classes in java.nio.channels that implement InterruptibleChannel Modifier and Type Class 描述 class
DatagramChannel
面向数据报的套接字的可选通道。class
FileChannel
用于读取,写入,映射和操作文件的通道。static class
Pipe.SinkChannel
static class
Pipe.SourceChannel
class
SelectableChannel
class
ServerSocketChannel
用于面向流的侦听套接字的可选通道。class
SocketChannel
用于面向流的连接插座的可选通道。 -
Uses of InterruptibleChannel in java.nio.channels.spi
Classes in java.nio.channels.spi that implement InterruptibleChannel Modifier and Type Class 描述 class
AbstractInterruptibleChannel
可中断通道的基本实现类。class
AbstractSelectableChannel
可选通道的基本实现类。
-