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

    Modifier and Type
    Method
    Description
    void
    onData(DataFrame frame, org.eclipse.jetty.util.Callback callback)
     
    void
    onFailure(Throwable failure, org.eclipse.jetty.util.Callback callback)
     
    boolean
     
  • Method Details

    • onData

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

      boolean onTimeout(Throwable failure)
    • onFailure

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