Searched refs:openAsynchronousSocketChannel (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/
H A DProvider1.java49 public AsynchronousSocketChannel openAsynchronousSocketChannel method in class:Provider1
H A DProvider2.java49 public AsynchronousSocketChannel openAsynchronousSocketChannel method in class:Provider2
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousChannelProvider.java87 public AsynchronousSocketChannel openAsynchronousSocketChannel(AsynchronousChannelGroup group) method in class:WindowsAsynchronousChannelProvider
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DBsdAsynchronousChannelProvider.java85 public AsynchronousSocketChannel openAsynchronousSocketChannel(AsynchronousChannelGroup group) method in class:BsdAsynchronousChannelProvider
H A DLinuxAsynchronousChannelProvider.java85 public AsynchronousSocketChannel openAsynchronousSocketChannel(AsynchronousChannelGroup group) method in class:LinuxAsynchronousChannelProvider
H A DSolarisAsynchronousChannelProvider.java88 public AsynchronousSocketChannel openAsynchronousSocketChannel(AsynchronousChannelGroup group) method in class:SolarisAsynchronousChannelProvider
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAsynchronousChannelProvider.java239 public abstract AsynchronousSocketChannel openAsynchronousSocketChannel method in class:AsynchronousChannelProvider
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousSocketChannel.java142 * AsynchronousChannelProvider#openAsynchronousSocketChannel
143 * openAsynchronousSocketChannel} method on the {@link
164 return provider.openAsynchronousSocketChannel(group);

Completed in 2003 milliseconds