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 TypeInterfaceDescriptioninterfaceHTTP/2 DATA frame.interfaceHTTP/2 GOAWAY frame.interfaceHTTP/2 HEADERS frame.interfaceHTTP/2 PING Frame.interfaceHTTP/2 Priority FrameinterfaceHTTP/2 Push Promise FrameinterfaceHTTP/2 RST_STREAM frame.interfaceAn ack for a previously receivedHttp2SettingsFrame.interfaceHTTP/2 SETTINGS frame.interfaceA frame whose meaning may apply to a particular stream, instead of the entire connection.interfaceinterfaceHTTP/2 WINDOW_UPDATE frame.Classes in io.netty.handler.codec.http2 that implement Http2FrameModifier and TypeClassDescriptionclassAbstract implementation ofHttp2StreamFrame.final classThe defaultHttp2DataFrameimplementation.final classThe defaultHttp2GoAwayFrameimplementation.final classThe defaultHttp2HeadersFrameimplementation.classThe defaultHttp2PingFrameimplementation.final classDefault implementation of Http2PriorityFramefinal classDefault implementation ofHttp2PushPromiseFramefinal classThe defaultHttp2ResetFrameimplementation.(package private) final classThe defaultHttp2SettingsAckFrameimplementation.classThe defaultHttp2SettingsFrameimplementation.final classclassThe defaultHttp2WindowUpdateFrameimplementation.Methods in io.netty.handler.codec.http2 with parameters of type Http2FrameModifier and TypeMethodDescription(package private) voidAbstractHttp2StreamChannel.Http2ChannelUnsafe.doRead0(Http2Frame frame, RecvByteBufAllocator.Handle allocHandle) (package private) voidAbstractHttp2StreamChannel.fireChildRead(Http2Frame frame) Receive a read message.private booleanAbstractHttp2StreamChannel.Http2ChannelUnsafe.isEndOfStream(Http2Frame frame) (package private) voidHttp2FrameCodec.onHttp2Frame(ChannelHandlerContext ctx, Http2Frame frame) (package private) final voidHttp2MultiplexCodec.onHttp2Frame(ChannelHandlerContext ctx, Http2Frame frame) Deprecated.