Class Callback.Nested
java.lang.Object
org.eclipse.jetty.util.Callback.Completing
org.eclipse.jetty.util.Callback.Nested
- Direct Known Subclasses:
CountingCallback, HttpChannel.SendCallback, HttpSenderOverHTTP.ByteBufferRecyclerCallback
- Enclosing interface:
Callback
Nested Completing Callback that completes after
completing the nested callback
-
Nested Class Summary
Nested classes/interfaces inherited from interface Callback
Callback.Completable, Callback.Completing, Callback.InvocableCallback, Callback.NestedNested classes/interfaces inherited from interface Invocable
Invocable.InvocationType -
Field Summary
FieldsFields inherited from interface Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback invoked when the operation fails.voidCallback invoked when the operation completes.Methods inherited from class Callback.Completing
completed
-
Field Details
-
callback
-
-
Constructor Details
-
Nested
-
Nested
-
-
Method Details
-
getCallback
-
succeeded
public void succeeded()Description copied from interface:CallbackCallback invoked when the operation completes.
- Specified by:
succeededin interfaceCallback- Overrides:
succeededin classCallback.Completing- See Also:
-
failed
-
getInvocationType
- Returns:
- The InvocationType of this object
-