Uses of Class
io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
Packages that use DecoratingHttp2ConnectionEncoder
-
Uses of DecoratingHttp2ConnectionEncoder in io.netty.handler.codec.http2
Subclasses of DecoratingHttp2ConnectionEncoder 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.(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.