Uses of Class
java.nio.channels.ClosedChannelException
-
Packages that use ClosedChannelException 软件包 描述 java.nio.channels 定义通道,表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。java.nio.channels.spi java.nio.channels
程序包的服务提供程序类。 -
-
Uses of ClosedChannelException in java.nio.channels
Subclasses of ClosedChannelException in java.nio.channels 变量和类型 类 描述 class
AsynchronousCloseException
当另一个线程关闭通道或在I / O操作中被阻塞的通道部分时,线程收到的检查异常。class
ClosedByInterruptException
当一个线程在一个通道上的I / O操作中被阻塞时,另一个线程中断它时检查了异常。Methods in java.nio.channels that throw ClosedChannelException 变量和类型 方法 描述 SelectionKey
SelectableChannel. register(Selector sel, int ops)
使用给定的选择器注册此通道,返回选择键。abstract SelectionKey
SelectableChannel. register(Selector sel, int ops, Object att)
使用给定的选择器注册此通道,返回选择键。 -
Uses of ClosedChannelException in java.nio.channels.spi
Methods in java.nio.channels.spi that throw ClosedChannelException 变量和类型 方法 描述 SelectionKey
AbstractSelectableChannel. register(Selector sel, int ops, Object att)
Registers this channel with the given selector, returning a selection key.
-