Package org.eclipse.jetty.util
Class Callback.Nested
java.lang.Object
org.eclipse.jetty.util.Callback.Completing
org.eclipse.jetty.util.Callback.Nested
- Direct Known Subclasses:
CountingCallback
- Enclosing interface:
Callback
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Nested Completing Callback that completes after
completing the nested callback
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType -
Field Summary
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Callback invoked when the operation fails.Deprecated.Deprecated.voidDeprecated.Callback invoked when the operation completes.Methods inherited from class org.eclipse.jetty.util.Callback.Completing
completed
-
Constructor Details
-
Nested
Deprecated. -
Nested
Deprecated.
-
-
Method Details
-
getCallback
Deprecated. -
succeeded
public void succeeded()Deprecated.Description copied from interface:CallbackCallback invoked when the operation completes.
- Specified by:
succeededin interfaceCallback- Overrides:
succeededin classCallback.Completing- See Also:
-
failed
Deprecated.Description copied from interface:CallbackCallback invoked when the operation fails.
- Specified by:
failedin interfaceCallback- Overrides:
failedin classCallback.Completing- Parameters:
x- the reason for the operation failure
-
getInvocationType
Deprecated.- Returns:
- The InvocationType of this object
-