Uses of Interface
io.helidon.http.http2.FlowControl.Outbound
-
Uses of FlowControl.Outbound in io.helidon.http.http2
Modifier and TypeFieldDescriptionstatic final FlowControl.Outbound
FlowControl.Outbound.NOOP
No-op outbound flow control, used for connection related frames.Modifier and TypeMethodDescriptionStreamFlowControl.outbound()
Outbound flow control, ensures that no more than requested amount of data is sent to the other side.Modifier and TypeMethodDescriptionvoid
Http2ConnectionWriter.writeData
(Http2FrameData frame, FlowControl.Outbound flowControl) void
Http2StreamWriter.writeData
(Http2FrameData frame, FlowControl.Outbound flowControl) Write a frame with flow control.int
Http2ConnectionWriter.writeHeaders
(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, FlowControl.Outbound flowControl) int
Http2ConnectionWriter.writeHeaders
(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, Http2FrameData dataFrame, FlowControl.Outbound flowControl) int
Http2StreamWriter.writeHeaders
(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, FlowControl.Outbound flowControl) Write headers with no (or streaming) entity.int
Http2StreamWriter.writeHeaders
(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, Http2FrameData dataFrame, FlowControl.Outbound flowControl) Write headers and entity.