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程序包的服务提供程序类。jdk.nio 定义JDK特定的channelAPI。 -
-
Uses of SelectableChannel in com.sun.nio.sctp
Subclasses of SelectableChannel in com.sun.nio.sctp 变量和类型 类 描述 classSctpChannel面向消息的连接SCTP套接字的可选通道。classSctpMultiChannel面向消息的SCTP套接字的可选通道。classSctpServerChannel面向消息的侦听SCTP套接字的可选通道。 -
Uses of SelectableChannel in java.nio.channels
Subclasses of SelectableChannel in java.nio.channels 变量和类型 类 描述 classDatagramChannel面向数据报的套接字的可选通道。static classPipe.SinkChannelstatic classPipe.SourceChannelclassServerSocketChannel面向流的侦听套接字的可选通道。classSocketChannel用于面向流的连接套接字的可选通道。Methods in java.nio.channels that return SelectableChannel 变量和类型 方法 描述 abstract SelectableChannelSelectionKey. channel()返回为其创建密钥的通道。abstract SelectableChannelSelectableChannel. configureBlocking(boolean block)调整此通道的阻止模式。 -
Uses of SelectableChannel in java.nio.channels.spi
Subclasses of SelectableChannel in java.nio.channels.spi 变量和类型 类 描述 classAbstractSelectableChannel可选通道的基本实现类。Methods in java.nio.channels.spi that return SelectableChannel 变量和类型 方法 描述 SelectableChannelAbstractSelectableChannel. configureBlocking(boolean block)调整此通道的阻止模式。 -
Uses of SelectableChannel in jdk.nio
Methods in jdk.nio that return SelectableChannel 变量和类型 方法 描述 static SelectableChannelChannels. readWriteSelectableChannel(FileDescriptor fd, Channels.SelectableChannelCloser closer)Methods in jdk.nio with parameters of type SelectableChannel 变量和类型 方法 描述 voidChannels.SelectableChannelCloser. implCloseChannel(SelectableChannel sc)关闭可选择的频道。voidChannels.SelectableChannelCloser. implReleaseChannel(SelectableChannel sc)Release the file descriptor and any resources for a selectable channel that closed while registered with one or moreSelectors.
-