-
- All Superinterfaces:
Http2Frame
- All Known Implementing Classes:
DefaultHttp2SettingsFrame
public interface Http2SettingsFrame extends Http2Frame
HTTP/2 SETTINGS frame.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
Returns the name of the HTTP/2 frame e.g.Http2Settings
settings()
-
-
-
Method Detail
-
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
-
-