Uses of Interface
io.helidon.http.http2.WindowSize.Outbound
Packages that use WindowSize.Outbound
-
Uses of WindowSize.Outbound in io.helidon.http.http2
Methods in io.helidon.http.http2 that return WindowSize.OutboundModifier 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.