public class DefaultHttp2SettingsFrame extends Object implements Http2SettingsFrame
Http2SettingsFrame implementation.| Constructor and Description |
|---|
DefaultHttp2SettingsFrame(Http2Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
name()
Returns the name of the HTTP/2 frame e.g.
|
Http2Settings |
settings() |
String |
toString() |
public DefaultHttp2SettingsFrame(Http2Settings settings)
public Http2Settings settings()
settings in interface Http2SettingsFramepublic String name()
Http2Framename in interface Http2Framename in interface Http2SettingsFrameCopyright © 2008–2025 The Netty Project. All rights reserved.