Package org.eclipse.jetty.util
Class Callback.Completing
- java.lang.Object
-
- org.eclipse.jetty.util.Callback.Completing
-
- Direct Known Subclasses:
Callback.Nested
- Enclosing interface:
- Callback
@Deprecated(since="2021-05-27") public static class Callback.Completing extends java.lang.Object implements Callback
Deprecated.
-
-
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.InvocationType
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
-
Constructor Summary
Constructors Constructor Description Completing()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcompleted()Deprecated.voidfailed(java.lang.Throwable x)Deprecated.Callback invoked when the operation fails.voidsucceeded()Deprecated.Callback invoked when the operation completes.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.thread.Invocable
getInvocationType
-
-
-
-
Method Detail
-
succeeded
public void succeeded()
Deprecated.Description copied from interface:CallbackCallback invoked when the operation completes.
- Specified by:
succeededin interfaceCallback- See Also:
Callback.failed(Throwable)
-
failed
public void failed(java.lang.Throwable x)
Deprecated.Description copied from interface:CallbackCallback invoked when the operation fails.
-
completed
public void completed()
Deprecated.
-
-