Home
last modified time | relevance | path

Searched refs:openAsynchronousSocketChannel (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/spi/
DAsynchronousChannelProviderTest.java42 assertNotNull(provider.openAsynchronousSocketChannel( in test_open_methods()
/libcore/ojluni/src/main/java/sun/nio/ch/
DLinuxAsynchronousChannelProvider.java85 public AsynchronousSocketChannel openAsynchronousSocketChannel(AsynchronousChannelGroup group) in openAsynchronousSocketChannel() method in LinuxAsynchronousChannelProvider
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAsynchronousChannelProvider.java243 public abstract AsynchronousSocketChannel openAsynchronousSocketChannel
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousSocketChannel.java169 return provider.openAsynchronousSocketChannel(group); in open()