Class HttpContentCompressorSubstitutions.ZstdEncoderFactorySubstitution

    • Constructor Detail

      • ZstdEncoderFactorySubstitution

        public ZstdEncoderFactorySubstitution()
    • Method Detail

      • allocateBuffer

        protected io.netty.buffer.ByteBuf allocateBuffer​(io.netty.channel.ChannelHandlerContext ctx,
                                                         io.netty.buffer.ByteBuf msg,
                                                         boolean preferDirect)
                                                  throws Exception
        Throws:
        Exception
      • encode

        protected void encode​(io.netty.channel.ChannelHandlerContext ctx,
                              io.netty.buffer.ByteBuf in,
                              io.netty.buffer.ByteBuf out)
      • flush

        public void flush​(io.netty.channel.ChannelHandlerContext ctx)