Class HttpReceiverOverHTTP2.ContentNotifier

  • Enclosing class:
    HttpReceiverOverHTTP2

    private class HttpReceiverOverHTTP2.ContentNotifier
    extends java.lang.Object
    • Method Detail

      • offer

        private void offer​(org.eclipse.jetty.client.HttpExchange exchange,
                           DataFrame frame,
                           org.eclipse.jetty.util.Callback callback)
      • 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,
                          java.lang.Throwable failure)