JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.netty.handler.codec.http2
Interface Http2Frame
All Known Subinterfaces:
Http2DataFrame
,
Http2GoAwayFrame
,
Http2HeadersFrame
,
Http2ResetFrame
,
Http2StreamFrame
,
Http2WindowUpdateFrame
All Known Implementing Classes:
AbstractHttp2StreamFrame
,
DefaultHttp2DataFrame
,
DefaultHttp2GoAwayFrame
,
DefaultHttp2HeadersFrame
,
DefaultHttp2ResetFrame
,
DefaultHttp2WindowUpdateFrame
,
Http2MultiplexCodec.ChannelCarryingHeadersFrame
@UnstableApi
public interface
Http2Frame
An HTTP/2 frame.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
name
()
Returns the name of the HTTP/2 frame e.g.
Method Detail
name
java.lang.String name()
Returns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method