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