Interface Http3PushPromiseFrame

All Superinterfaces:
Http3Frame, Http3RequestStreamFrame
All Known Implementing Classes:
DefaultHttp3PushPromiseFrame

public interface Http3PushPromiseFrame extends Http3RequestStreamFrame
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the carried headers.
    long
    id()
    Returns the push id.
    default long
    The type of the frame.
  • Method Details

    • type

      default long type()
      Description copied from interface: Http3Frame
      The type of the frame.
      Specified by:
      type in interface Http3Frame
      Returns:
      the type.
    • id

      long id()
      Returns the push id.
      Returns:
      the id.
    • headers

      Http3Headers headers()
      Returns the carried headers.
      Returns:
      the headers.