Uses of Interface
io.netty.handler.codec.http2.Http2Frame
-
Packages that use Http2Frame Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Frame in io.netty.handler.codec.http2
Subinterfaces of Http2Frame in io.netty.handler.codec.http2 Modifier and Type Interface Description interface
Http2DataFrame
HTTP/2 DATA frame.interface
Http2GoAwayFrame
HTTP/2 GOAWAY frame.interface
Http2HeadersFrame
HTTP/2 HEADERS frame.interface
Http2PingFrame
HTTP/2 PING Frame.interface
Http2PriorityFrame
HTTP/2 Priority Frameinterface
Http2PushPromiseFrame
HTTP/2 Push Promise Frameinterface
Http2ResetFrame
HTTP/2 RST_STREAM frame.interface
Http2SettingsAckFrame
An ack for a previously receivedHttp2SettingsFrame
.interface
Http2SettingsFrame
HTTP/2 SETTINGS frame.interface
Http2StreamFrame
A frame whose meaning may apply to a particular stream, instead of the entire connection.interface
Http2UnknownFrame
interface
Http2WindowUpdateFrame
HTTP/2 WINDOW_UPDATE frame.Methods in io.netty.handler.codec.http2 with parameters of type Http2Frame Modifier and Type Method Description (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) void
Http2MultiplexCodec. onHttp2Frame(ChannelHandlerContext ctx, Http2Frame frame)
Deprecated.
-