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 TypeClassDescriptionclassA decorating HTTP2 encoder that will compress data frames according to thecontent-encodingheader for each stream.classImplementation of aHttp2ConnectionEncoderthat dispatches all method call to anotherHttp2ConnectionEncoder, untilSETTINGS_MAX_CONCURRENT_STREAMSis reached.