Interface HttpServerUpgradeHandler.SourceCodec

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void upgradeFrom​(io.netty5.channel.ChannelHandlerContext ctx)
      Removes this codec (i.e. all associated handlers) from the pipeline.
    • Method Detail

      • upgradeFrom

        void upgradeFrom​(io.netty5.channel.ChannelHandlerContext ctx)
        Removes this codec (i.e. all associated handlers) from the pipeline.