Class ContentDecompressResult


  • public class ContentDecompressResult
    extends java.lang.Object
    A POJO to store the response content and additional compression related metadata.
    • Constructor Detail

      • ContentDecompressResult

        public ContentDecompressResult​(io.netty.buffer.ByteBuf content,
                                       CompressionStrategy compressionStrategy,
                                       long decompressionTimeInNs)
    • Method Detail

      • getContent

        public io.netty.buffer.ByteBuf getContent()
      • getDecompressionTimeInNs

        public long getDecompressionTimeInNs()