- All Superinterfaces:
 FlowControl
- Enclosing interface:
 FlowControl
Inbound flow control used by HTTP/2 for backpressure.
- 
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.http.http2.FlowControl
FlowControl.Inbound, FlowControl.Outbound - 
Method Summary
Methods inherited from interface io.helidon.http.http2.FlowControl
decrementWindowSize, getRemainingWindowSize, resetStreamWindowSize 
- 
Method Details
- 
incrementWindowSize
void incrementWindowSize(int increment) Increment window size.- Parameters:
 increment- increment in bytes
 
 -