Package io.netty.handler.codec.http2
Interface Http2SettingsReceivedConsumer
- All Known Implementing Classes:
CompressorHttp2ConnectionEncoder
,DecoratingHttp2ConnectionEncoder
,DefaultHttp2ConnectionEncoder
,Http2ControlFrameLimitEncoder
,StreamBufferingEncoder
public interface Http2SettingsReceivedConsumer
Provides a Consumer like interface to consume remote settings received but not yet ACKed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeReceivedSettings
(Http2Settings settings) Consume the most recently received but not yet ACKed settings.
-
Method Details
-
consumeReceivedSettings
Consume the most recently received but not yet ACKed settings.
-