public final class DefaultHttp3PushPromiseFrame extends Object implements Http3PushPromiseFrame
| Constructor and Description |
|---|
DefaultHttp3PushPromiseFrame(long id) |
DefaultHttp3PushPromiseFrame(long id,
Http3Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Http3Headers |
headers()
Returns the carried headers.
|
long |
id()
Returns the push id.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waittypepublic DefaultHttp3PushPromiseFrame(long id)
public DefaultHttp3PushPromiseFrame(long id,
Http3Headers headers)
public long id()
Http3PushPromiseFrameid in interface Http3PushPromiseFramepublic Http3Headers headers()
Http3PushPromiseFrameheaders in interface Http3PushPromiseFrameCopyright © 2020–2024 The Netty Project. All rights reserved.