Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.nio.channels.ClosedChannelException

Uses of ClosedChannelException in java.nio.channels
 

Subclasses of ClosedChannelException in java.nio.channels
 class AsynchronousCloseException
           
 class ClosedByInterruptException
           
 

Methods in java.nio.channels that throw ClosedChannelException
 SelectionKey SelectableChannel.register(Selector sel, int ops)
          Registers this channel with the given selector, returning a selection key.
abstract  SelectionKey SelectableChannel.register(Selector sel, int ops, java.lang.Object att)
          Registers this channel with the given selector, returning a selection key.