Uses of Class
io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
Packages that use DecoratingHttp2FrameWriter Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of DecoratingHttp2FrameWriter in io.netty.handler.codec.http2
Subclasses of DecoratingHttp2FrameWriter in io.netty.handler.codec.http2 Modifier and Type Class Description class
CompressorHttp2ConnectionEncoder
A decorating HTTP2 encoder that will compress data frames according to thecontent-encoding
header for each stream.class
DecoratingHttp2ConnectionEncoder
A decorator around anotherHttp2ConnectionEncoder
instance.(package private) class
Http2ControlFrameLimitEncoder
DecoratingHttp2ConnectionEncoder
which guards against a remote peer that will trigger a massive amount of control frames but will not consume our responses to these.class
StreamBufferingEncoder
Implementation of aHttp2ConnectionEncoder
that dispatches all method call to anotherHttp2ConnectionEncoder
, untilSETTINGS_MAX_CONCURRENT_STREAMS
is reached.
-