Uses of Interface
io.netty.handler.codec.http2.Http2SettingsReceivedConsumer
Packages that use Http2SettingsReceivedConsumer
-
Uses of Http2SettingsReceivedConsumer in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2SettingsReceivedConsumerModifier and TypeClassDescriptionclassA decorating HTTP2 encoder that will compress data frames according to thecontent-encodingheader for each stream.classA decorator around anotherHttp2ConnectionEncoderinstance.classDefault implementation ofHttp2ConnectionEncoder.(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.Fields in io.netty.handler.codec.http2 declared as Http2SettingsReceivedConsumerModifier and TypeFieldDescriptionprivate final Http2SettingsReceivedConsumerDefaultHttp2ConnectionDecoder.settingsReceivedConsumer