Lines Matching defs:handler
179 * Implements the task to initiate a connection and the handler to
259 * Invoked by handler thread when connection established.
289 * Invoked by handler thread when failed to establish connection.
306 CompletionHandler<Void,? super A> handler)
310 if (handler == null)
312 Invoker.invoke(this, handler, attachment, null, exc);
347 if (handler == null)
349 Invoker.invoke(this, handler, attachment, null, bindException);
355 new PendingFuture<Void,A>(this, handler, attachment);
369 * Implements the task to initiate a read and the handler to consume the
527 // invoke completion handler
596 // invoke handler without any locks
608 CompletionHandler<V,? super A> handler)
612 new PendingFuture<V,A>(this, handler, attachment);
643 * Implements the task to initiate a write and the handler to consume the
788 // invoke completion handler
853 // invoke handler without any locks
865 CompletionHandler<V,? super A> handler)
869 new PendingFuture<V,A>(this, handler, attachment);