Class Callback.Completing

java.lang.Object
org.eclipse.jetty.util.Callback.Completing
All Implemented Interfaces:
Callback, Invocable
Direct Known Subclasses:
Callback.Nested
Enclosing interface:
Callback

public static class Callback.Completing extends Object implements Callback
  • Constructor Details

    • Completing

      public Completing()
  • Method Details

    • succeeded

      public void succeeded()
      Description copied from interface: Callback

      Callback invoked when the operation completes.

      Specified by:
      succeeded in interface Callback
      See Also:
    • failed

      public void failed(Throwable x)
      Description copied from interface: Callback

      Callback invoked when the operation fails.

      Specified by:
      failed in interface Callback
      Parameters:
      x - the reason for the operation failure
    • completed

      public void completed()