Class Http2EmptyDataFrameListener

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

final class Http2EmptyDataFrameListener extends Http2FrameListenerDecorator
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.