Interface Http3Frame

All Known Subinterfaces:
Http3CancelPushFrame, Http3ControlStreamFrame, Http3DataFrame, Http3GoAwayFrame, Http3HeadersFrame, Http3MaxPushIdFrame, Http3PushPromiseFrame, Http3PushStreamFrame, Http3RequestStreamFrame, Http3SettingsFrame, Http3UnknownFrame
All Known Implementing Classes:
DefaultHttp3CancelPushFrame, DefaultHttp3DataFrame, DefaultHttp3GoAwayFrame, DefaultHttp3HeadersFrame, DefaultHttp3MaxPushIdFrame, DefaultHttp3PushPromiseFrame, DefaultHttp3SettingsFrame, DefaultHttp3UnknownFrame

public interface Http3Frame
Marker interface that is implemented by all HTTP3 frames.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The type of the frame.
  • Method Details

    • type

      long type()
      The type of the frame.
      Returns:
      the type.