| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttp3HeadersFrame |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Http3RequestStreamInboundHandler.channelRead(io.netty.channel.ChannelHandlerContext ctx,
Http3HeadersFrame frame,
boolean isLast)
Called once a
Http3HeadersFrame is ready for this stream to process. |
protected void |
Http3FrameToHttpObjectCodec.channelRead(io.netty.channel.ChannelHandlerContext ctx,
Http3HeadersFrame frame,
boolean isLast) |
Copyright © 2020–2022 The Netty Project. All rights reserved.