Searched refs:Channel (Results 1 – 21 of 21) sorted by relevance
28 import java.nio.channels.Channel;39 public interface SelChImpl extends Channel {
39 public Channel inheritedChannel() throws IOException { in inheritedChannel()
43 public static FileLockTable newSharedFileLockTable(Channel channel, in newSharedFileLockTable()113 private final Channel channel;118 SharedFileLockTable(Channel channel, FileDescriptor fd) throws IOException { in SharedFileLockTable()
56 Channel ch = acquiredBy(); in release()
28 import java.nio.channels.Channel;230 abstract Object attachForeignChannel(Channel channel, FileDescriptor fdo)
127 final Object attachForeignChannel(final Channel channel, FileDescriptor fd) { in attachForeignChannel()
66 extends Channel
56 public interface Channel extends Closeable { interface
99 extends Channel
49 extends Channel
48 public interface ReadableByteChannel extends Channel {
55 extends Channel
94 implements Channel
31 import java.nio.channels.Channel;49 public static java.nio.channels.Channel inheritedChannel() throws java.io.IOException { throw new R… in inheritedChannel()
31 import java.nio.channels.Channel;49 @libcore.util.Nullable public static java.nio.channels.Channel inheritedChannel() throws java.io.IO… in inheritedChannel()
89 implements Channel, InterruptibleChannel
313 public Channel inheritedChannel() throws IOException {
23 import java.nio.channels.Channel;231 Channel iChannel = System.inheritedChannel(); in test_inheritedChannel()
55 public static java.nio.channels.Channel inheritedChannel() throws java.io.IOException { in inheritedChannel()
34 import java.nio.channels.Channel;244 public static Channel inheritedChannel() throws IOException { in inheritedChannel()
371 "ojluni/src/main/java/java/nio/channels/Channel.java",