| 软件包 | 描述 | 
|---|---|
| java.nio.channels |  
          定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字; 
          定义选择器,用于多路复用,非阻塞I / O操作。 
          | 
| java.nio.channels.spi | 
           服务提供者类为 
           java.nio.channels包。 | 
| Class and Description | 
|---|
| AbstractInterruptibleChannel 
           可中断通道的基本实现类。 
          | 
| AbstractSelectableChannel 
           可选通道的基本实现类。 
          | 
| AsynchronousChannelProvider 
           用于异步通道的服务提供程序类。 
          | 
| SelectorProvider 
           选择器和可选择通道的服务提供者类。 
          | 
| Class and Description | 
|---|
| AbstractInterruptibleChannel 
           可中断通道的基本实现类。 
          | 
| AbstractSelectableChannel 
           可选通道的基本实现类。 
          | 
| AbstractSelectionKey 
           选择键的基本实现类。 
          | 
| AbstractSelector 
           选择器的基本实现类。 
          | 
| AsynchronousChannelProvider 
           用于异步通道的服务提供程序类。 
          | 
| SelectorProvider 
           选择器和可选择通道的服务提供者类。 
          | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.