API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.nio.channels.spi. AbstractInterruptibleChannel View Source
Author(s)
Mark Reinhold
JSR-51 Expert Group
Since
1.4
Version
1.17, 05/11/17
Serial
Hierarchy
 Object
      AbstractInterruptibleChannel
Implements
 Channel
 InterruptibleChannel
Subclasses
Description
publicabstract abstract class AbstractInterruptibleChannel
  Base implementation class for interruptible channels.
See also:   
Constructors
protected AbstractInterruptibleChannel ()
Initializes a new instance of this class.
Methods
Hide/Show inherited methods
protectedfinal void begin ()
  Marks the beginning of an I/O operation that might block indefinitely.
pack-privatestatic void blockedOn (sun.nio.ch.Interruptible intr)
publicfinal void close () throws IOException [Specified in Channel]
  Closes this channel.
protectedfinal void end (boolean completed) throws AsynchronousCloseException
  Marks the end of an I/O operation that might block indefinitely.
protectedabstract void implCloseChannel () throws IOException
  Closes this channel.
publicfinal boolean isOpen () [Specified in Channel]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar