public interface Http3PushPromiseFrame extends Http3RequestStreamFrame
| Modifier and Type | Method and Description |
|---|---|
Http3Headers |
headers()
Returns the carried headers.
|
long |
id()
Returns the push id.
|
default long |
type()
The type of the frame.
|
default long type()
Http3Frametype in interface Http3Framelong id()
Http3Headers headers()
Copyright © 2020–2024 The Netty Project. All rights reserved.