java.lang.Object
io.helidon.http.http2.StreamFlowControl
Stream specific HTTP/2 flow control.
Manages:
Manages:
- Inbound - counts the received data and sends WINDOWS_UPDATE frames to the other side when needed.
- Outbound - counts the sent data, monitors requested data by received WINDOWS_UPDATE frames and blocks the sending until enough data is requested.
-
Method Summary
-
Method Details
-
outbound
Outbound flow control, ensures that no more than requested amount of data is sent to the other side.- Returns:
- outbound flow control
-
inbound
Inbound flow control, monitors received but by handler unconsumed data and requests more when there is enough space in the buffer.- Returns:
- inbound flow control
-