Uses of Class
io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
Packages that use DecoratingHttp2ConnectionDecoder Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of DecoratingHttp2ConnectionDecoder in io.netty.handler.codec.http2
Subclasses of DecoratingHttp2ConnectionDecoder in io.netty.handler.codec.http2 Modifier and Type Class Description (package private) class
Http2EmptyDataFrameConnectionDecoder
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) class
Http2MaxRstFrameDecoder
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.
-