Class DefaultHttp3GoAwayFrame
java.lang.Object
io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- All Implemented Interfaces:
Http3ControlStreamFrame, Http3Frame, Http3GoAwayFrame
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface Http3GoAwayFrame
type
-
Constructor Details
-
DefaultHttp3GoAwayFrame
public DefaultHttp3GoAwayFrame(long id)
-
-
Method Details
-
id
public long id()Description copied from interface:Http3GoAwayFrameReturns the id.- Specified by:
idin interfaceHttp3GoAwayFrame- Returns:
- the id.
-
equals
-
hashCode
-
toString
-