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.classImplementation of aHttp2ConnectionEncoderthat dispatches all method call to anotherHttp2ConnectionEncoder, untilSETTINGS_MAX_CONCURRENT_STREAMSis reached.