Class Http2EmptyDataFrameConnectionDecoder

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

final class Http2EmptyDataFrameConnectionDecoder extends DecoratingHttp2ConnectionDecoder
Enforce a limit on the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before the connection will be closed.