public final class DefaultHttp3GoAwayFrame extends Object implements Http3GoAwayFrame
| Constructor and Description |
|---|
DefaultHttp3GoAwayFrame(long id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
long |
id()
Returns the id.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waittypepublic long id()
Http3GoAwayFrameid in interface Http3GoAwayFrameCopyright © 2020–2022 The Netty Project. All rights reserved.