Uses of Interface
io.netty.handler.codec.http2.Http2StreamFrame
Packages that use Http2StreamFrame
-
Uses of Http2StreamFrame in io.netty.handler.codec.http2
Subinterfaces of Http2StreamFrame in io.netty.handler.codec.http2Modifier and TypeInterfaceDescriptioninterfaceHTTP/2 DATA frame.interfaceHTTP/2 HEADERS frame.interfaceHTTP/2 Priority FrameinterfaceHTTP/2 Push Promise FrameinterfaceHTTP/2 RST_STREAM frame.interfaceinterfaceHTTP/2 WINDOW_UPDATE frame.Classes in io.netty.handler.codec.http2 that implement Http2StreamFrameModifier and TypeClassDescriptionclassAbstract implementation ofHttp2StreamFrame.final classThe defaultHttp2DataFrameimplementation.final classThe defaultHttp2HeadersFrameimplementation.final classDefault implementation of Http2PriorityFramefinal classDefault implementation ofHttp2PushPromiseFramefinal classThe defaultHttp2ResetFrameimplementation.final classclassThe defaultHttp2WindowUpdateFrameimplementation.Subclasses with type arguments of type Http2StreamFrame in io.netty.handler.codec.http2Modifier and TypeClassDescriptionclassThis handler converts fromHttp2StreamFrametoHttpObject, and back.Methods in io.netty.handler.codec.http2 that return Http2StreamFrameModifier and TypeMethodDescriptionprotected Http2StreamFrameHttp2FrameCodec.newHttp2UnknownFrame(byte frameType, int streamId, Http2Flags flags, ByteBuf payload) Create a Http2UnknownFrame.DefaultHttp2PushPromiseFrame.pushStream(Http2FrameStream stream) Http2PushPromiseFrame.pushStream(Http2FrameStream stream) Set the PromiseHttp2FrameStreamobject for this frame.Http2StreamFrame.stream(Http2FrameStream stream) Set theHttp2FrameStreamobject for this frame.Methods in io.netty.handler.codec.http2 with parameters of type Http2StreamFrameModifier and TypeMethodDescriptionprotected voidHttp2StreamFrameToHttpObjectCodec.decode(ChannelHandlerContext ctx, Http2StreamFrame frame, List<Object> out)