Class HttpSender.CommitCallback

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

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

    • CommitCallback

      private CommitCallback()
  • 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
    • process

      private void process() throws Exception
      Throws:
      Exception