Home
last modified time | relevance | path

Searched refs:Channel (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/spi/
DAbstractInterruptibleChannel.java22 import java.nio.channels.Channel;
36 public abstract class AbstractInterruptibleChannel implements Channel, InterruptibleChannel {
DSelectorProvider.java22 import java.nio.channels.Channel;
140 public Channel inheritedChannel() throws IOException { in inheritedChannel()
/libcore/luni/src/main/java/java/nio/channels/
DInterruptibleChannel.java38 public interface InterruptibleChannel extends Channel {
DChannel.java33 public interface Channel extends Closeable { interface
DReadableByteChannel.java31 public interface ReadableByteChannel extends Channel {
DWritableByteChannel.java31 public interface WritableByteChannel extends Channel {
DSelectableChannel.java35 implements Channel {
DChannels.java277 static void checkBlocking(Channel channel) { in checkBlocking()
/libcore/luni/src/test/java/libcore/java/lang/
DOldSystemTest.java21 import java.nio.channels.Channel;
229 Channel iChannel = System.inheritedChannel(); in test_inheritedChannel()
/libcore/luni/src/main/java/java/lang/
DSystem.java48 import java.nio.channels.Channel;
692 public static Channel inheritedChannel() throws IOException { in inheritedChannel()