Interface Http2Settings.StreamWindowUpdater

Enclosing class:
Http2Settings
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Http2Settings.StreamWindowUpdater
Applies an INITIAL_WINDOW_SIZE delta to every open stream. Implementations must validate all resulting windows before changing any of them; negative results are valid, while a result above Integer.MAX_VALUE is a connection FLOW_CONTROL_ERROR.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • applyInitialWindowDelta

      void applyInitialWindowDelta(int delta)