Class HttpSender.LastCallback

java.lang.Object
org.eclipse.jetty.client.HttpSender.LastCallback
All Implemented Interfaces:
Callback, Invocable
Enclosing class:
HttpSender

private class HttpSender.LastCallback extends Object implements Callback
  • Constructor Details

    • LastCallback

      private LastCallback()
  • 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 failure)
      Description copied from interface: Callback

      Callback invoked when the operation fails.

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