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 变量和类型 接口 描述 interface
AsynchronousByteChannel
一个可以读写字节的异步通道。Classes in java.nio.channels that implement AsynchronousChannel 变量和类型 类 描述 class
AsynchronousFileChannel
用于读取,写入和操作文件的异步通道。class
AsynchronousServerSocketChannel
面向流的侦听套接字的异步通道。class
AsynchronousSocketChannel
面向流的连接套接字的异步通道。
-