类 | 描述 |
---|---|
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.