Package org.eclipse.jetty.util
Class Callback.Nested
java.lang.Object
org.eclipse.jetty.util.Callback.Nested
- All Implemented Interfaces:
Callback
,Callback.Completing
,Invocable
- Direct Known Subclasses:
CountingCallback
,HTTP2Session.Entry
- Enclosing interface:
- Callback
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.Nested
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task
-
Field Summary
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Callback invoked when the operation fails.void
Callback invoked when the operation completes.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.Callback
completeWith
-
Constructor Details
-
Nested
-
-
Method Details
-
getCallback
-
completed
public void completed()- Specified by:
completed
in interfaceCallback.Completing
-
succeeded
public void succeeded()Description copied from interface:Callback
Callback invoked when the operation completes.
- Specified by:
succeeded
in interfaceCallback
- Specified by:
succeeded
in interfaceCallback.Completing
- See Also:
-
failed
Description copied from interface:Callback
Callback invoked when the operation fails.
- Specified by:
failed
in interfaceCallback
- Specified by:
failed
in interfaceCallback.Completing
- Parameters:
x
- the reason for the operation failure
-
getInvocationType
- Specified by:
getInvocationType
in interfaceInvocable
- Returns:
- The InvocationType of this object
-
toString
-