Uses of Interface
io.netty.handler.codec.http3.Http3HeadersFrame
Packages that use Http3HeadersFrame
-
Uses of Http3HeadersFrame in io.netty.handler.codec.http3
Classes in io.netty.handler.codec.http3 that implement Http3HeadersFrameMethods in io.netty.handler.codec.http3 with parameters of type Http3HeadersFrameModifier and TypeMethodDescriptionprotected voidHttp3FrameToHttpObjectCodec.channelRead(ChannelHandlerContext ctx, Http3HeadersFrame frame) protected abstract voidHttp3RequestStreamInboundHandler.channelRead(ChannelHandlerContext ctx, Http3HeadersFrame frame) Called once aHttp3HeadersFrameis ready for this stream to process.