public interface Http3CancelPushFrame extends Http3ControlStreamFrame
| Modifier and Type | Method and Description |
|---|---|
long |
id()
Returns the push id that identifies the server push that is being cancelled.
|
default long |
type()
The type of the frame.
|
default long type()
Http3Frametype in interface Http3Framelong id()
Copyright © 2020–2024 The Netty Project. All rights reserved.