Uses of Interface
io.helidon.http.http2.WindowSize.Inbound
-
Uses of WindowSize.Inbound in io.helidon.http.http2
Modifier and TypeMethodDescriptionstatic WindowSize.Inbound
WindowSize.createInbound
(io.helidon.http.http2.ConnectionFlowControl.Type type, int streamId, int initialWindowSize, int maxFrameSize, BiConsumer<Integer, Http2WindowUpdate> windowUpdateWriter) Create inbound window size container with initial window size set.static WindowSize.Inbound
WindowSize.createInboundNoop
(int streamId, BiConsumer<Integer, Http2WindowUpdate> windowUpdateWriter) Create inbound window size container with flow control turned off.