Searched defs:getByOverlapped (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java90 <V,A> PendingFuture<V,A> getByOverlapped(long overlapped); method in interface:Iocp.OverlappedChannel
131 public <V,A> PendingFuture<V,A> getByOverlapped(long overlapped) {
371 PendingFuture<?,?> result = ch.getByOverlapped(ioResult.overlapped());
H A DWindowsAsynchronousServerSocketChannelImpl.java89 public <V,A> PendingFuture<V,A> getByOverlapped(long overlapped) { method in class:WindowsAsynchronousServerSocketChannelImpl
H A DWindowsAsynchronousFileChannelImpl.java125 public <V,A> PendingFuture<V,A> getByOverlapped(long overlapped) { method in class:WindowsAsynchronousFileChannelImpl
H A DWindowsAsynchronousSocketChannelImpl.java129 public <V,A> PendingFuture<V,A> getByOverlapped(long overlapped) { method in class:WindowsAsynchronousSocketChannelImpl

Completed in 36 milliseconds