Class Http3FrameToHttpObjectCodec

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler

public final class Http3FrameToHttpObjectCodec extends Http3RequestStreamInboundHandler implements ChannelOutboundHandler
This handler converts from Http3RequestStreamFrame to HttpObject, and back. It can be used as an adapter in conjunction with Http3ServerConnectionHandler or Http3ClientConnectionHandler to make http/3 connections backward-compatible with ChannelHandlers expecting HttpObject.

For simplicity, it converts to chunked encoding unless the entire stream is a single header.