类 | 描述 |
---|---|
AbstractInterruptibleChannel |
可中断通道的基本实现类。
|
AbstractSelectableChannel |
可选通道的基本实现类。
|
AbstractSelectionKey |
选择键的基本实现类。
|
AbstractSelector |
选择器的基本实现类。
|
AsynchronousChannelProvider |
用于异步通道的服务提供程序类。
|
SelectorProvider |
选择器和可选择通道的服务提供者类。
|
java.nio.channels
软件包的服务提供程序类。
只有定义新的选择器提供者或异步通道提供者的开发者才需要直接使用这个包。
除非另有说明,否则在本包中的任何类或接口中将null参数传递给构造函数或方法将导致抛出NullPointerException
。
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.