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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java172 if (task.getContext() instanceof ReadTask)
372 private class ReadTask<V,A> implements Runnable, Iocp.ResultHandler { class in class:WindowsAsynchronousSocketChannelImpl
381 ReadTask(ByteBuffer[] bufs, method in class:WindowsAsynchronousSocketChannelImpl.ReadTask
620 final ReadTask readTask = new ReadTask<V,A>(bufs, isScatteringRead, result);
H A DWindowsAsynchronousFileChannelImpl.java379 private class ReadTask<A> implements Runnable, Iocp.ResultHandler { class in class:WindowsAsynchronousFileChannelImpl
388 ReadTask(ByteBuffer dst, method in class:WindowsAsynchronousFileChannelImpl.ReadTask
555 ReadTask readTask = new ReadTask<A>(dst, pos, rem, position, result);

Completed in 101 milliseconds