AbstractInterruptibleChannel

public abstract class AbstractInterruptibleChannel
extends Object implements Channel, InterruptibleChannel

java.lang.Object
   ↳ java.nio.channels.spi.AbstractInterruptibleChannel


Base implementation class for interruptible channels.

This class encapsulates the low-level machinery required to implement the asynchronous closing and interruption of channels. A concrete channel class must invoke the begin and end methods before and after, res