Uses of Interface
java.nio.channels.AsynchronousChannel
-
Packages that use AsynchronousChannel 软件包 描述 java.nio.channels 定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。 -
-
Uses of AsynchronousChannel in java.nio.channels
Subinterfaces of AsynchronousChannel in java.nio.channels Modifier and Type 接口 描述 interface
AsynchronousByteChannel
一个可以读写字节的异步通道。Classes in java.nio.channels that implement AsynchronousChannel Modifier and Type Class 描述 class
AsynchronousFileChannel
用于读取,写入和操作文件的异步通道。class
AsynchronousServerSocketChannel
用于面向流的侦听套接字的异步通道。class
AsynchronousSocketChannel
用于面向流的连接插座的异步通道。
-