Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DSelChImpl.java28 import java.nio.channels.Channel;
39 public interface SelChImpl extends Channel {
DPollSelectorProvider.java39 public Channel inheritedChannel() throws IOException { in inheritedChannel()
DFileLockTable.java43 public static FileLockTable newSharedFileLockTable(Channel channel, in newSharedFileLockTable()
113 private final Channel channel;
118 SharedFileLockTable(Channel channel, FileDescriptor fd) throws IOException { in SharedFileLockTable()
DFileLockImpl.java56 Channel ch = acquiredBy(); in release()
DAsynchronousChannelGroupImpl.java28 import java.nio.channels.Channel;
230 abstract Object attachForeignChannel(Channel channel, FileDescriptor fdo)
DPort.java127 final Object attachForeignChannel(final Channel channel, FileDescriptor fd) { in attachForeignChannel()
/libcore/ojluni/src/main/java/java/nio/channels/
DInterruptibleChannel.java66 extends Channel
DChannel.java56 public interface Channel extends Closeable { interface
DAsynchronousChannel.java99 extends Channel
DWritableByteChannel.java49 extends Channel
DReadableByteChannel.java48 public interface ReadableByteChannel extends Channel {
DNetworkChannel.java55 extends Channel
DSelectableChannel.java94 implements Channel
/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java31 import java.nio.channels.Channel;
49 public static java.nio.channels.Channel inheritedChannel() throws java.io.IOException { throw new R… in inheritedChannel()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DSystem.annotated.java31 import java.nio.channels.Channel;
49 @libcore.util.Nullable public static java.nio.channels.Channel inheritedChannel() throws java.io.IO… in inheritedChannel()
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractInterruptibleChannel.java89 implements Channel, InterruptibleChannel
DSelectorProvider.java313 public Channel inheritedChannel() throws IOException {
/libcore/luni/src/test/java/libcore/java/lang/
DOldSystemTest.java23 import java.nio.channels.Channel;
231 Channel iChannel = System.inheritedChannel(); in test_inheritedChannel()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DSystem.java55 public static java.nio.channels.Channel inheritedChannel() throws java.io.IOException { in inheritedChannel()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java34 import java.nio.channels.Channel;
244 public static Channel inheritedChannel() throws IOException { in inheritedChannel()
/libcore/
Dopenjdk_java_files.bp371 "ojluni/src/main/java/java/nio/channels/Channel.java",