Class HttpOutput.NestedChannelWriteCB
java.lang.Object
org.eclipse.jetty.util.IteratingCallback
org.eclipse.jetty.server.HttpOutput.ChannelWriteCB
org.eclipse.jetty.server.HttpOutput.NestedChannelWriteCB
- Direct Known Subclasses:
HttpOutput.InputStreamWritingCB, HttpOutput.ReadableByteChannelWritingCB
- Enclosing class:
HttpOutput
-
Nested Class Summary
Nested classes/interfaces inherited from class IteratingCallback
IteratingCallback.ActionNested classes/interfaces inherited from interface Callback
Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface Invocable
Invocable.InvocationType -
Field Summary
FieldsFields inherited from class HttpOutput.ChannelWriteCB
_lastFields inherited from interface Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the overall task has completed with a failure.protected voidInvoked when the overall task has completed successfully.
-
Field Details
-
_callback
-
-
Constructor Details
-
NestedChannelWriteCB
-
-
Method Details
-
getInvocationType
- Specified by:
getInvocationTypein interfaceInvocable- Overrides:
getInvocationTypein classHttpOutput.ChannelWriteCB- Returns:
- The InvocationType of this object
-
onCompleteSuccess
protected void onCompleteSuccess()Description copied from class:IteratingCallbackInvoked when the overall task has completed successfully.- Overrides:
onCompleteSuccessin classHttpOutput.ChannelWriteCB- See Also:
-
onCompleteFailure
Description copied from class:IteratingCallbackInvoked when the overall task has completed with a failure.- Overrides:
onCompleteFailurein classHttpOutput.ChannelWriteCB- Parameters:
e- the throwable to indicate cause of failure- See Also:
-