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 TypeClassDescriptionclassA decorating HTTP2 encoder that will compress data frames according to thecontent-encodingheader for each stream.classA decorator around anotherHttp2ConnectionEncoderinstance.(package private) final classDecoratingHttp2ConnectionEncoderwhich guards against a remote peer that will trigger a massive amount of control frames but will not consume our responses to these.(package private) final classDecoratingHttp2ConnectionEncoderwhich guards against a remote peer that will trigger a massive amount of RST frames on an existing connection.classImplementation of aHttp2ConnectionEncoderthat dispatches all method call to anotherHttp2ConnectionEncoder, untilSETTINGS_MAX_CONCURRENT_STREAMSis reached.