private abstract class HttpOutput.ChannelWriteCB extends IteratingCallback
IteratingCallback.Action
Callback.Completable, Callback.Completing, Callback.InvocableCallback, Callback.Nested
Invocable.InvocationType
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
_last |
__nonBlocking
Constructor and Description |
---|
ChannelWriteCB(boolean last) |
Modifier and Type | Method and Description |
---|---|
Invocable.InvocationType |
getInvocationType() |
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.
|
close, failed, isClosed, isFailed, isSucceeded, iterate, process, reset, succeeded, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
combine, from, from, from, from, from, from
combine, getInvocationType, invokeNonBlocking, isNonBlockingInvocation
public Invocable.InvocationType getInvocationType()
protected void onCompleteSuccess()
IteratingCallback
onCompleteSuccess
in class IteratingCallback
IteratingCallback.onCompleteFailure(Throwable)
public void onCompleteFailure(java.lang.Throwable e)
IteratingCallback
onCompleteFailure
in class IteratingCallback
e
- the throwable to indicate cause of failureIteratingCallback.onCompleteSuccess()