Class HttpOutput.WriteCompleteCB

java.lang.Object
org.eclipse.jetty.server.HttpOutput.WriteCompleteCB
All Implemented Interfaces:
Callback, Invocable
Enclosing class:
HttpOutput

private class HttpOutput.WriteCompleteCB extends Object implements Callback
  • Constructor Details

    • WriteCompleteCB

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