Home
last modified time | relevance | path

Searched defs:getChannel (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DSocketOutputStream.java75 public final FileChannel getChannel() { in getChannel() method in SocketOutputStream
DSocketInputStream.java77 public final FileChannel getChannel() { in getChannel() method in SocketInputStream
DServerSocket.java592 public ServerSocketChannel getChannel() { in getChannel() method in ServerSocket
DDatagramSocket.java1243 public DatagramChannel getChannel() { in getChannel() method in DatagramSocket
DSocket.java828 public SocketChannel getChannel() { in getChannel() method in Socket
/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketAdaptor.java151 public ServerSocketChannel getChannel() { in getChannel() method in ServerSocketAdaptor
DInheritedChannel.java207 public static synchronized Channel getChannel() throws IOException { in getChannel() method in InheritedChannel
DDatagramSocketAdaptor.java369 public DatagramChannel getChannel() { in getChannel() method in DatagramSocketAdaptor
DSocketAdaptor.java76 public SocketChannel getChannel() { in getChannel() method in SocketAdaptor
/libcore/ojluni/src/main/java/java/io/
DFileOutputStream.java393 public FileChannel getChannel() { in getChannel() method in FileOutputStream
DFileInputStream.java395 public FileChannel getChannel() { in getChannel() method in FileInputStream
DRandomAccessFile.java289 public final FileChannel getChannel() { in getChannel() method in RandomAccessFile
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DAbstractSelectableChannelTest.java263 SelectableChannel getChannel = sc.configureBlocking(false); in test_configureBlocking_Z_IllegalBlockingMode() local
/libcore/ojluni/src/main/java/sun/security/ssl/
DBaseSSLSocketImpl.java97 public final SocketChannel getChannel() { in getChannel() method in BaseSSLSocketImpl
/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamDecoder.java212 private static FileChannel getChannel(FileInputStream in) { in getChannel() method in StreamDecoder