Uses of Interface
io.helidon.http.http2.WindowSize.Outbound
-
Uses of WindowSize.Outbound in io.helidon.http.http2
Modifier and TypeMethodDescriptionstatic WindowSize.Outbound
WindowSize.createOutbound
(io.helidon.http.http2.ConnectionFlowControl.Type type, int streamId, ConnectionFlowControl connectionFlowControl) Create outbound window size container with initial window size set.ConnectionFlowControl.outbound()
Connection outbound flow control window, decrements when DATA are sent and increments when WINDOW_UPDATE or INIT_WINDOW_SIZE is received.