Uses of Interface
io.netty.handler.codec.http3.Http3HeadersFrame
-
Packages that use Http3HeadersFrame Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of Http3HeadersFrame in io.netty.handler.codec.http3
Classes in io.netty.handler.codec.http3 that implement Http3HeadersFrame Modifier and Type Class Description classDefaultHttp3HeadersFrameMethods in io.netty.handler.codec.http3 with parameters of type Http3HeadersFrame Modifier and Type Method Description protected voidHttp3FrameToHttpObjectCodec. channelRead(ChannelHandlerContext ctx, Http3HeadersFrame frame)protected abstract voidHttp3RequestStreamInboundHandler. channelRead(ChannelHandlerContext ctx, Http3HeadersFrame frame)Called once aHttp3HeadersFrameis ready for this stream to process.
-