Interface Http3GoAwayFrame

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

public interface Http3GoAwayFrame extends Http3ControlStreamFrame
See GOAWAY.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    id()
    Returns the 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 id.
      Returns:
      the id.