public abstract class Nio2CompletionHandler<V,A> extends Object implements CompletionHandler<V,A>
Nio2CompletionHandler()
void
completed(V result, A attachment)
failed(Throwable exc, A attachment)
protected abstract void
onCompleted(V result, A attachment)
onFailed(Throwable exc, A attachment)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Nio2CompletionHandler()
public void completed(V result, A attachment)
completed
CompletionHandler<V,A>
public void failed(Throwable exc, A attachment)
failed
protected abstract void onCompleted(V result, A attachment)
protected abstract void onFailed(Throwable exc, A attachment)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.