Interface HttpServerUpgradeHandler.SourceCodec

  • All Known Implementing Classes:
    HttpServerCodec
    Enclosing class:
    HttpServerUpgradeHandler

    public static interface HttpServerUpgradeHandler.SourceCodec
    The source codec that is used in the pipeline initially.
    • Method Summary

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

      • upgradeFrom

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