Lines Matching refs:handler
98 CompletionHandler<AsynchronousSocketChannel,Object> handler;
105 handler = acceptHandler;
114 if (handler == null) {
118 Invoker.invokeIndirectly(this, handler, att, null, x);
176 CompletionHandler<AsynchronousSocketChannel,Object> handler = acceptHandler;
180 // re-enable accepting and invoke handler
183 if (handler == null) {
193 Invoker.invoke(this, handler, att, child, exc);
249 CompletionHandler<AsynchronousSocketChannel,Object> handler)
254 if (handler == null) {
257 Invoker.invoke(this, handler, att, null, e);
288 if (handler == null) {
293 this.acceptHandler = handler;
324 // re-enable accepting before invoking handler
327 if (handler == null) {
330 Invoker.invokeIndirectly(this, handler, att, child, exc);