Uses of Class
io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
Packages that use DecoratingHttp2FrameWriter
-
Uses of DecoratingHttp2FrameWriter in io.netty.handler.codec.http2
Subclasses of DecoratingHttp2FrameWriter in io.netty.handler.codec.http2Modifier and TypeClassDescriptionclass
A decorating HTTP2 encoder that will compress data frames according to thecontent-encoding
header for each stream.class
A decorator around anotherHttp2ConnectionEncoder
instance.(package private) final class
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
Implementation of aHttp2ConnectionEncoder
that dispatches all method call to anotherHttp2ConnectionEncoder
, untilSETTINGS_MAX_CONCURRENT_STREAMS
is reached.