Package dev.relism.flash.http2
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.
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
-
Method Details
-
applyInitialWindowDelta
void applyInitialWindowDelta(int delta)
-