Uses of Interface
io.netty.handler.codec.http2.Http2Frame
Packages that use Http2Frame
-
Uses of Http2Frame in io.netty.handler.codec.http2
Subinterfaces of Http2Frame in io.netty.handler.codec.http2Modifier and TypeInterfaceDescriptioninterface
HTTP/2 DATA frame.interface
HTTP/2 GOAWAY frame.interface
HTTP/2 HEADERS frame.interface
HTTP/2 PING Frame.interface
HTTP/2 Priority Frameinterface
HTTP/2 Push Promise Frameinterface
HTTP/2 RST_STREAM frame.interface
An ack for a previously receivedHttp2SettingsFrame
.interface
HTTP/2 SETTINGS frame.interface
A frame whose meaning may apply to a particular stream, instead of the entire connection.interface
interface
HTTP/2 WINDOW_UPDATE frame.Classes in io.netty.handler.codec.http2 that implement Http2FrameModifier and TypeClassDescriptionclass
Abstract implementation ofHttp2StreamFrame
.final class
The defaultHttp2DataFrame
implementation.final class
The defaultHttp2GoAwayFrame
implementation.final class
The defaultHttp2HeadersFrame
implementation.class
The defaultHttp2PingFrame
implementation.final class
Default implementation of Http2PriorityFramefinal class
Default implementation ofHttp2PushPromiseFrame
final class
The defaultHttp2ResetFrame
implementation.(package private) final class
The defaultHttp2SettingsAckFrame
implementation.class
The defaultHttp2SettingsFrame
implementation.final class
class
The defaultHttp2WindowUpdateFrame
implementation.Methods in io.netty.handler.codec.http2 with parameters of type Http2FrameModifier and TypeMethodDescription(package private) void
AbstractHttp2StreamChannel.Http2ChannelUnsafe.doRead0
(Http2Frame frame, RecvByteBufAllocator.Handle allocHandle) (package private) void
AbstractHttp2StreamChannel.fireChildRead
(Http2Frame frame) Receive a read message.(package private) void
Http2FrameCodec.onHttp2Frame
(ChannelHandlerContext ctx, Http2Frame frame) (package private) final void
Http2MultiplexCodec.onHttp2Frame
(ChannelHandlerContext ctx, Http2Frame frame) Deprecated.