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 class
DefaultHttp3HeadersFrame
Methods in io.netty.handler.codec.http3 with parameters of type Http3HeadersFrame Modifier and Type Method Description protected void
Http3FrameToHttpObjectCodec. channelRead(ChannelHandlerContext ctx, Http3HeadersFrame frame)
protected abstract void
Http3RequestStreamInboundHandler. channelRead(ChannelHandlerContext ctx, Http3HeadersFrame frame)
Called once aHttp3HeadersFrame
is ready for this stream to process.
-