Uses of Class
io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
Packages that use Http2FrameListenerDecorator Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FrameListenerDecorator in io.netty.handler.codec.http2
Subclasses of Http2FrameListenerDecorator in io.netty.handler.codec.http2 Modifier and Type Class Description class
DelegatingDecompressorFrameListener
An HTTP2 frame listener that will decompress data frames according to thecontent-encoding
header for each stream.(package private) class
Http2EmptyDataFrameListener
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.
-