Class InboundHttpToHttp2Adapter

  • All Implemented Interfaces:
    io.netty5.channel.ChannelHandler

    @UnstableApi
    public class InboundHttpToHttp2Adapter
    extends Object
    implements io.netty5.channel.ChannelHandler
    Translates HTTP/1.x object reads into HTTP/2 frames.
    • Method Detail

      • channelRead

        public void channelRead​(io.netty5.channel.ChannelHandlerContext ctx,
                                Object msg)
                         throws Exception
        Specified by:
        channelRead in interface io.netty5.channel.ChannelHandler
        Throws:
        Exception