Searched defs:AbstractInterruptibleChannel (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/spi/
H A DAbstractInterruptibleChannel.java27 * {@code AbstractInterruptibleChannel} is the root class for interruptible
36 public abstract class AbstractInterruptibleChannel implements Channel, InterruptibleChannel { class in inherits:Channel,InterruptibleChannel
46 AbstractInterruptibleChannel.this.close();
52 protected AbstractInterruptibleChannel() { method in class:AbstractInterruptibleChannel

Completed in 2 milliseconds