Uses of Class
io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
Packages that use DecoratingHttp2ConnectionDecoder
-
Uses of DecoratingHttp2ConnectionDecoder in io.netty.handler.codec.http2
Subclasses of DecoratingHttp2ConnectionDecoder in io.netty.handler.codec.http2Modifier and TypeClassDescription(package private) final class
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.(package private) final class
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.