Interface Http3MaxPushIdFrame
- All Superinterfaces:
Http3ControlStreamFrame, Http3Frame
- All Known Implementing Classes:
DefaultHttp3MaxPushIdFrame
See MAX_PUSH_ID.
-
Method Summary
-
Method Details
-
type
default long type()Description copied from interface:Http3FrameThe type of the frame.- Specified by:
typein interfaceHttp3Frame- Returns:
- the type.
-
id
long id()Returns the maximum value for a Push ID that the server can use.- Returns:
- the id.
-