Class DecoratingHttp2ConnectionDecoder

java.lang.Object
io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
All Implemented Interfaces:
Http2ConnectionDecoder, Closeable, AutoCloseable
Direct Known Subclasses:
Http2EmptyDataFrameConnectionDecoder, Http2MaxRstFrameDecoder

public class DecoratingHttp2ConnectionDecoder extends Object implements Http2ConnectionDecoder
Decorator around another Http2ConnectionDecoder instance.