Class DelegatingDecompressorFrameListener

  • All Implemented Interfaces:
    Http2FrameListener

    @UnstableApi
    public class DelegatingDecompressorFrameListener
    extends Http2FrameListenerDecorator
    An HTTP2 frame listener that will decompress data frames according to the content-encoding header for each stream. The decompression provided by this class will be applied to the data for the entire stream.