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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java116 private class AcceptTask implements Runnable, Iocp.ResultHandler { class in class:WindowsAsynchronousServerSocketChannelImpl
121 AcceptTask(WindowsAsynchronousSocketChannelImpl channel, method in class:WindowsAsynchronousServerSocketChannelImpl.AcceptTask
337 AcceptTask task = new AcceptTask(ch, acc, result);

Completed in 29 milliseconds