Searched refs:Channel (Results 1 – 10 of 10) sorted by relevance
22 import java.nio.channels.Channel;36 public abstract class AbstractInterruptibleChannel implements Channel, InterruptibleChannel {
22 import java.nio.channels.Channel;140 public Channel inheritedChannel() throws IOException { in inheritedChannel()
38 public interface InterruptibleChannel extends Channel {
33 public interface Channel extends Closeable { interface
31 public interface ReadableByteChannel extends Channel {
31 public interface WritableByteChannel extends Channel {
35 implements Channel {
277 static void checkBlocking(Channel channel) { in checkBlocking()
21 import java.nio.channels.Channel;229 Channel iChannel = System.inheritedChannel(); in test_inheritedChannel()
48 import java.nio.channels.Channel;692 public static Channel inheritedChannel() throws IOException { in inheritedChannel()