Class Http2MaxRstFrameDecoder

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

final class Http2MaxRstFrameDecoder extends DecoratingHttp2ConnectionDecoder
Enforce a limit on the maximum number of RST frames that are allowed per a window before the connection will be closed with a GO_AWAY frame.