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 Http2SettingsFrame
public String name()
Http2Frame
name
in interface Http2Frame
name
in interface Http2SettingsFrame
Copyright © 2008–2024 The Netty Project. All rights reserved.