Searched defs:CompletionHandler (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
H A DCompletionHandler.java45 public interface CompletionHandler<V,A> { interface
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DInvoker.java120 static <V,A> void invokeUnchecked(CompletionHandler<V,? super A> handler,
152 CompletionHandler<V,? super A> handler,
167 CompletionHandler<V,? super A> handler,
207 final CompletionHandler<V,? super A> handler,
230 static <V,A> void invokeIndirectly(final CompletionHandler<V,? super A> handler, argument
280 CompletionHandler<V,? super A> handler = future.handler();
296 CompletionHandler<V,? super A> handler = future.handler();
312 CompletionHandler<V,? super A> handler = future.handler();
206 invokeIndirectly(AsynchronousChannel channel, final CompletionHandler<V,? super A> handler, final A attachment, final V result, final Throwable exc) argument
H A DSimpleAsynchronousFileChannelImpl.java177 final CompletionHandler<FileLock,? super A> handler)
291 final CompletionHandler<Integer,? super A> handler)
347 final CompletionHandler<Integer,? super A> handler)
173 implLock(final long position, final long size, final boolean shared, final A attachment, final CompletionHandler<FileLock,? super A> handler) argument
288 implRead(final ByteBuffer dst, final long position, final A attachment, final CompletionHandler<Integer,? super A> handler) argument
344 implWrite(final ByteBuffer src, final long position, final A attachment, final CompletionHandler<Integer,? super A> handler) argument

Completed in 321 milliseconds