Class HttpReceiverOverHTTP2.ContentNotifier

java.lang.Object
org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2.ContentNotifier
Enclosing class:
HttpReceiverOverHTTP2

private class HttpReceiverOverHTTP2.ContentNotifier extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • offer

      private void offer(org.eclipse.jetty.client.HttpExchange exchange, DataFrame frame, org.eclipse.jetty.util.Callback callback)
    • enqueue

      private void enqueue(HttpReceiverOverHTTP2.ContentNotifier.DataInfo dataInfo)
    • process

      private void process(boolean resume)
    • active

      private boolean active(boolean resume)
    • stall

      private boolean stall()
      Called when there is no demand, this method checks whether the processing should really stop or it should continue.
      Returns:
      true to stop processing, false to continue processing
    • reset

      private void reset()
    • fail

      private void fail(org.eclipse.jetty.util.Callback callback, Throwable failure)