Package io.netty.handler.codec.http2
Interface Http2SettingsFrame
-
- 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 java.lang.Stringname()Returns the name of the HTTP/2 frame e.g.Http2Settingssettings()
-
-
-
Method Detail
-
settings
Http2Settings settings()
-
name
java.lang.String name()
Description copied from interface:Http2FrameReturns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.- Specified by:
namein interfaceHttp2Frame
-
-