Interface HttpClientUpgradeHandler.SourceCodec

    • Method Detail

      • prepareUpgradeFrom

        void prepareUpgradeFrom​(io.netty5.channel.ChannelHandlerContext ctx)
        Removes or disables the encoder of this codec so that the HttpClientUpgradeHandler.UpgradeCodec can send an initial greeting (if any).
      • upgradeFrom

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