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.
-