Uses of Interface
io.helidon.http.http2.FlowControl.Outbound
Packages that use FlowControl.Outbound
-
Uses of FlowControl.Outbound in io.helidon.http.http2
Fields in io.helidon.http.http2 declared as FlowControl.OutboundModifier and TypeFieldDescriptionstatic final FlowControl.Outbound
FlowControl.Outbound.NOOP
No-op outbound flow control, used for connection related frames.Methods in io.helidon.http.http2 that return FlowControl.OutboundModifier and TypeMethodDescriptionStreamFlowControl.outbound()
Outbound flow control, ensures that no more than requested amount of data is sent to the other side.Methods in io.helidon.http.http2 with parameters of type FlowControl.OutboundModifier 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.