Searched defs:getChannel (Results 1 – 15 of 15) sorted by relevance
75 public final FileChannel getChannel() { in getChannel() method in SocketOutputStream
77 public final FileChannel getChannel() { in getChannel() method in SocketInputStream
592 public ServerSocketChannel getChannel() { in getChannel() method in ServerSocket
1243 public DatagramChannel getChannel() { in getChannel() method in DatagramSocket
828 public SocketChannel getChannel() { in getChannel() method in Socket
151 public ServerSocketChannel getChannel() { in getChannel() method in ServerSocketAdaptor
207 public static synchronized Channel getChannel() throws IOException { in getChannel() method in InheritedChannel
369 public DatagramChannel getChannel() { in getChannel() method in DatagramSocketAdaptor
76 public SocketChannel getChannel() { in getChannel() method in SocketAdaptor
393 public FileChannel getChannel() { in getChannel() method in FileOutputStream
395 public FileChannel getChannel() { in getChannel() method in FileInputStream
289 public final FileChannel getChannel() { in getChannel() method in RandomAccessFile
263 SelectableChannel getChannel = sc.configureBlocking(false); in test_configureBlocking_Z_IllegalBlockingMode() local
97 public final SocketChannel getChannel() { in getChannel() method in BaseSSLSocketImpl
212 private static FileChannel getChannel(FileInputStream in) { in getChannel() method in StreamDecoder