Package io.netty.handler.codec.http3
Class DefaultHttp3CancelPushFrame
- java.lang.Object
-
- io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
-
- All Implemented Interfaces:
Http3CancelPushFrame,Http3ControlStreamFrame,Http3Frame
public final class DefaultHttp3CancelPushFrame extends Object implements Http3CancelPushFrame
-
-
Constructor Summary
Constructors Constructor Description DefaultHttp3CancelPushFrame(long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()longid()Returns the push id that identifies the server push that is being cancelled.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.netty.handler.codec.http3.Http3CancelPushFrame
type
-
-
-
-
Method Detail
-
id
public long id()
Description copied from interface:Http3CancelPushFrameReturns the push id that identifies the server push that is being cancelled.- Specified by:
idin interfaceHttp3CancelPushFrame- Returns:
- the id.
-
-