Module io.netty5.codec.http
Package io.netty5.handler.codec.http

Interface HttpServerUpgradeHandler.SourceCodec

    • Method Summary

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

      • upgradeFrom

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