Package io.netty.handler.codec.http2
Interface Http2SettingsFrame
- All Superinterfaces:
Http2Frame
- All Known Implementing Classes:
DefaultHttp2SettingsFrame
HTTP/2 SETTINGS frame.
-
Method Details
-
settings
Http2Settings settings() -
name
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
-