Searched defs:openAsynchronousSocketChannel (Results 1 - 7 of 7) 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

Completed in 51 milliseconds