Uses of Class
java.nio.channels.spi.AbstractSelectableChannel
-
Packages that use AbstractSelectableChannel 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。java.nio.channels 定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。java.nio.channels.spi java.nio.channels
包的服务提供商类。 -
-
Uses of AbstractSelectableChannel in com.sun.nio.sctp
Subclasses of AbstractSelectableChannel in com.sun.nio.sctp Modifier and Type Class 描述 class
SctpChannel
用于面向消息的连接SCTP套接字的可选通道。class
SctpMultiChannel
用于面向消息的SCTP套接字的可选通道。class
SctpServerChannel
用于面向消息的侦听SCTP插座的可选通道。 -
Uses of AbstractSelectableChannel in java.nio.channels
Subclasses of AbstractSelectableChannel in java.nio.channels Modifier and Type Class 描述 class
DatagramChannel
面向数据报的套接字的可选通道。static class
Pipe.SinkChannel
static class
Pipe.SourceChannel
class
ServerSocketChannel
用于面向流的侦听套接字的可选通道。class
SocketChannel
用于面向流的连接插座的可选通道。 -
Uses of AbstractSelectableChannel in java.nio.channels.spi
Methods in java.nio.channels.spi with parameters of type AbstractSelectableChannel Modifier and Type 方法 描述 protected abstract SelectionKey
AbstractSelector. register(AbstractSelectableChannel ch, int ops, Object att)
使用此选择器注册给定通道。
-