private abstract class HttpOutput.NestedChannelWriteCB extends HttpOutput.ChannelWriteCB
IteratingCallback.ActionCallback.Completable, Callback.Completing, Callback.InvocableCallback, Callback.NestedInvocable.InvocationType| Modifier and Type | Field and Description |
|---|---|
(package private) Callback |
_callback |
_last__nonBlocking| Constructor and Description |
|---|
NestedChannelWriteCB(Callback callback,
boolean last) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleteFailure(java.lang.Throwable e)
Invoked when the overall task has completed with a failure.
|
protected void |
onCompleteSuccess()
Invoked when the overall task has completed successfully.
|
getInvocationTypeclose, failed, isClosed, isFailed, isSucceeded, iterate, process, reset, succeeded, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcombine, from, from, from, from, from, fromcombine, getInvocationType, invokeNonBlocking, isNonBlockingInvocationfinal Callback _callback
NestedChannelWriteCB(Callback callback, boolean last)
protected void onCompleteSuccess()
IteratingCallbackonCompleteSuccess in class HttpOutput.ChannelWriteCBIteratingCallback.onCompleteFailure(Throwable)public void onCompleteFailure(java.lang.Throwable e)
IteratingCallbackonCompleteFailure in class HttpOutput.ChannelWriteCBe - the throwable to indicate cause of failureIteratingCallback.onCompleteSuccess()