Interface Http3MaxPushIdFrame

All Superinterfaces:
Http3ControlStreamFrame, Http3Frame
All Known Implementing Classes:
DefaultHttp3MaxPushIdFrame

public interface Http3MaxPushIdFrame extends Http3ControlStreamFrame
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    id()
    Returns the maximum value for a Push ID that the server can use.
    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 maximum value for a Push ID that the server can use.
      Returns:
      the id.