Class DelegatingDecompressorFrameListener

java.lang.Object
io.netty.handler.codec.http2.Http2FrameListenerDecorator
io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
All Implemented Interfaces:
Http2FrameListener

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.