Class PerFrameDeflateDecoder

    • Constructor Detail

      • PerFrameDeflateDecoder

        PerFrameDeflateDecoder​(boolean noContext,
                               int maxAllocation)
        Constructor
        Parameters:
        noContext - true to disable context takeover.
        maxAllocation - maximum size of the decompression buffer. Must be >= 0. If zero, maximum size is not limited.
      • PerFrameDeflateDecoder

        PerFrameDeflateDecoder​(boolean noContext,
                               WebSocketExtensionFilter extensionDecoderFilter,
                               int maxAllocation)
        Constructor
        Parameters:
        noContext - true to disable context takeover.
        extensionDecoderFilter - extension decoder filter for per frame deflate decoder.
        maxAllocation - maximum size of the decompression buffer. Must be >= 0. If zero, maximum size is not limited.