Uses of Class
java.nio.channels.SelectableChannel
-
Packages that use SelectableChannel 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。java.nio.channels 定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。java.nio.channels.spi java.nio.channels
包的服务提供商类。 -
-
Uses of SelectableChannel in com.sun.nio.sctp
Subclasses of SelectableChannel in com.sun.nio.sctp Modifier and Type Class 描述 class
SctpChannel
用于面向消息的连接SCTP套接字的可选通道。class
SctpMultiChannel
用于面向消息的SCTP套接字的可选通道。class
SctpServerChannel
用于面向消息的侦听SCTP插座的可选通道。 -
Uses of SelectableChannel in java.nio.channels
Subclasses of SelectableChannel in java.nio.channels Modifier and Type Class 描述 class
DatagramChannel
面向数据报的套接字的可选通道。static class
Pipe.SinkChannel
static class
Pipe.SourceChannel
class
ServerSocketChannel
用于面向流的侦听套接字的可选通道。class
SocketChannel
用于面向流的连接插座的可选通道。Methods in java.nio.channels that return SelectableChannel Modifier and Type 方法 描述 abstract SelectableChannel
SelectionKey. channel()
返回创建此键的通道。abstract SelectableChannel
SelectableChannel. configureBlocking(boolean block)
调整此频道的屏蔽模式。 -
Uses of SelectableChannel in java.nio.channels.spi
Subclasses of SelectableChannel in java.nio.channels.spi Modifier and Type Class 描述 class
AbstractSelectableChannel
可选通道的基本实现类。Methods in java.nio.channels.spi that return SelectableChannel Modifier and Type 方法 描述 SelectableChannel
AbstractSelectableChannel. configureBlocking(boolean block)
调整此频道的屏蔽模式。
-