- java.lang.Object
-
- io.netty5.handler.codec.http2.DefaultHttp2SettingsFrame
-
- All Implemented Interfaces:
Http2Frame
,Http2SettingsFrame
@UnstableApi public class DefaultHttp2SettingsFrame extends Object implements Http2SettingsFrame
The defaultHttp2SettingsFrame
implementation.
-
-
Constructor Summary
Constructors Constructor Description DefaultHttp2SettingsFrame(Http2Settings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
name()
Returns the name of the HTTP/2 frame e.g.Http2Settings
settings()
String
toString()
-
-
-
Constructor Detail
-
DefaultHttp2SettingsFrame
public DefaultHttp2SettingsFrame(Http2Settings settings)
-
-
Method Detail
-
settings
public Http2Settings settings()
- Specified by:
settings
in interfaceHttp2SettingsFrame
-
name
public String name()
Description copied from interface:Http2Frame
Returns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.- Specified by:
name
in interfaceHttp2Frame
- Specified by:
name
in interfaceHttp2SettingsFrame
-
-