Uses of Class
java.nio.channels.ClosedChannelException
Package
Description
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
Service-provider classes for the
java.nio.channels
package.-
Uses of ClosedChannelException in java.nio.channels
Modifier and TypeClassDescriptionclass
Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation.class
Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel.Modifier and TypeMethodDescriptionfinal SelectionKey
Registers this channel with the given selector, returning a selection key.abstract SelectionKey
Registers this channel with the given selector, returning a selection key. -
Uses of ClosedChannelException in java.nio.channels.spi
Modifier and TypeMethodDescriptionfinal SelectionKey
Registers this channel with the given selector, returning a selection key.