Class SpdyHeaderBlockZlibDecoder


final class SpdyHeaderBlockZlibDecoder extends SpdyHeaderBlockRawDecoder
  • Field Details

    • DEFAULT_BUFFER_CAPACITY

      private static final int DEFAULT_BUFFER_CAPACITY
      See Also:
    • INVALID_HEADER_BLOCK

      private static final SpdyProtocolException INVALID_HEADER_BLOCK
    • MAX_DECOMPRESSED_SIZE_MULTIPLIER

      private static final int MAX_DECOMPRESSED_SIZE_MULTIPLIER
      See Also:
    • decompressor

      private final Inflater decompressor
    • maxDecompressedSize

      private final long maxDecompressedSize
    • decompressed

      private ByteBuf decompressed
    • totalInflated

      private long totalInflated
  • Constructor Details

    • SpdyHeaderBlockZlibDecoder

      SpdyHeaderBlockZlibDecoder(SpdyVersion spdyVersion, int maxHeaderSize)
  • Method Details