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 Type
    Method
    Description
    void
    Consume the most recently received but not yet ACKed settings.
  • Method Details

    • consumeReceivedSettings

      void consumeReceivedSettings(Http2Settings settings)
      Consume the most recently received but not yet ACKed settings.