public final class DefaultHttp3CancelPushFrame extends Object implements Http3CancelPushFrame
| Constructor and Description |
|---|
DefaultHttp3CancelPushFrame(long id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
long |
id()
Returns the push id that identifies the server push that is being cancelled.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waittypepublic long id()
Http3CancelPushFrameid in interface Http3CancelPushFrameCopyright © 2020–2024 The Netty Project. All rights reserved.