Interface HTTP2Channel.Client

  • Enclosing interface:
    HTTP2Channel

    public static interface HTTP2Channel.Client

    A client specific handler for events that happen after a HEADERS response frame is received.

    DATA frames may be handled as response content or as opaque tunnelled data.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onData​(DataFrame frame, org.eclipse.jetty.util.Callback callback)  
      void onFailure​(java.lang.Throwable failure, org.eclipse.jetty.util.Callback callback)  
      boolean onTimeout​(java.lang.Throwable failure)  
    • Method Detail

      • onData

        void onData​(DataFrame frame,
                    org.eclipse.jetty.util.Callback callback)
      • onTimeout

        boolean onTimeout​(java.lang.Throwable failure)
      • onFailure

        void onFailure​(java.lang.Throwable failure,
                       org.eclipse.jetty.util.Callback callback)