Searched refs:WindowsAsynchronousSocketChannelImpl (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousChannelProvider.java90 return new WindowsAsynchronousSocketChannelImpl(toIocp(group));
H A DWindowsAsynchronousServerSocketChannelImpl.java117 private final WindowsAsynchronousSocketChannelImpl channel;
121 AcceptTask(WindowsAsynchronousSocketChannelImpl channel,
312 WindowsAsynchronousSocketChannelImpl ch = null;
316 ch = new WindowsAsynchronousSocketChannelImpl(iocp, false);
H A DWindowsAsynchronousSocketChannelImpl.java40 class WindowsAsynchronousSocketChannelImpl class in inherits:AsynchronousSocketChannelImpl,Iocp.OverlappedChannel
86 WindowsAsynchronousSocketChannelImpl(Iocp iocp, boolean failIfGroupShutdown) method in class:WindowsAsynchronousSocketChannelImpl
116 WindowsAsynchronousSocketChannelImpl(Iocp iocp) throws IOException { method in class:WindowsAsynchronousSocketChannelImpl
/openjdk7/jdk/make/java/nio/
H A DMakefile139 sun/nio/ch/WindowsAsynchronousSocketChannelImpl.java \
172 WindowsAsynchronousSocketChannelImpl.c \
180 sun/nio/ch/WindowsAsynchronousSocketChannelImpl.java \

Completed in 225 milliseconds