Class DefaultHttp3MaxPushIdFrame
java.lang.Object
io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- All Implemented Interfaces:
Http3ControlStreamFrame, Http3Frame, Http3MaxPushIdFrame
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface Http3MaxPushIdFrame
type
-
Constructor Details
-
DefaultHttp3MaxPushIdFrame
public DefaultHttp3MaxPushIdFrame(long id)
-
-
Method Details
-
id
public long id()Description copied from interface:Http3MaxPushIdFrameReturns the maximum value for a Push ID that the server can use.- Specified by:
idin interfaceHttp3MaxPushIdFrame- Returns:
- the id.
-
equals
-
hashCode
-
toString
-