Class HttpConnection.Content

java.lang.Object
org.eclipse.jetty.server.HttpInput.Content
org.eclipse.jetty.server.HttpConnection.Content
All Implemented Interfaces:
Callback, Invocable
Enclosing class:
HttpConnection

private class HttpConnection.Content extends HttpInput.Content
  • Constructor Details

  • Method Details

    • succeeded

      public void succeeded()
      Description copied from interface: Callback

      Callback invoked when the operation completes.

      See Also:
    • failed

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

      Callback invoked when the operation fails.

      Parameters:
      x - the reason for the operation failure