-
- All Known Subinterfaces:
Http2DataFrame
,Http2GoAwayFrame
,Http2HeadersFrame
,Http2PingFrame
,Http2PriorityFrame
,Http2PushPromiseFrame
,Http2ResetFrame
,Http2SettingsAckFrame
,Http2SettingsFrame
,Http2StreamFrame
,Http2UnknownFrame
,Http2WindowUpdateFrame
- All Known Implementing Classes:
AbstractHttp2StreamFrame
,DefaultHttp2DataFrame
,DefaultHttp2GoAwayFrame
,DefaultHttp2HeadersFrame
,DefaultHttp2PingFrame
,DefaultHttp2PriorityFrame
,DefaultHttp2PushPromiseFrame
,DefaultHttp2ResetFrame
,DefaultHttp2SettingsFrame
,DefaultHttp2UnknownFrame
,DefaultHttp2WindowUpdateFrame
@UnstableApi public interface Http2Frame
An HTTP/2 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.
-
-
-
Method Detail
-
name
String name()
Returns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.
-
-