Package io.netty.handler.codec.http2
Interface Http2SettingsReceivedConsumer
-
- All Known Implementing Classes:
CompressorHttp2ConnectionEncoder,DecoratingHttp2ConnectionEncoder,DefaultHttp2ConnectionEncoder,StreamBufferingEncoder
public interface Http2SettingsReceivedConsumerProvides 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 voidconsumeReceivedSettings(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.
-
-