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