Module io.netty.codec.http2
Package io.netty5.handler.codec.http2
Interface Http2SettingsReceivedConsumer
-
- All Known Implementing Classes:
CompressorHttp2ConnectionEncoder
,DecoratingHttp2ConnectionEncoder
,DefaultHttp2ConnectionEncoder
,StreamBufferingEncoder
public interface Http2SettingsReceivedConsumer
Provides a Consumer like interface to consume remote settings received but not yet ACKed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consumeReceivedSettings(Http2Settings settings)
Consume the most recently received but not yet ACKed settings.
-
-
-
Method Detail
-
consumeReceivedSettings
void consumeReceivedSettings(Http2Settings settings)
Consume the most recently received but not yet ACKed settings.
-
-