- java.lang.Object
-
- io.netty5.handler.codec.http2.DefaultHttp2SettingsFrame
-
- All Implemented Interfaces:
Http2Frame,Http2SettingsFrame
@UnstableApi public class DefaultHttp2SettingsFrame extends Object implements Http2SettingsFrame
The defaultHttp2SettingsFrameimplementation.
-
-
Constructor Summary
Constructors Constructor Description DefaultHttp2SettingsFrame(Http2Settings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Stringname()Returns the name of the HTTP/2 frame e.g.Http2Settingssettings()StringtoString()
-
-
-
Constructor Detail
-
DefaultHttp2SettingsFrame
public DefaultHttp2SettingsFrame(Http2Settings settings)
-
-
Method Detail
-
settings
public Http2Settings settings()
- Specified by:
settingsin interfaceHttp2SettingsFrame
-
name
public String name()
Description copied from interface:Http2FrameReturns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.- Specified by:
namein interfaceHttp2Frame- Specified by:
namein interfaceHttp2SettingsFrame
-
-