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.OutboundFlowControl.Outbound.NOOPNo-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 TypeMethodDescriptionvoidHttp2ConnectionWriter.writeData(Http2FrameData frame, FlowControl.Outbound flowControl) intHttp2ConnectionWriter.writeData(Http2FrameData frame, FlowControl.Outbound flowControl, Runnable onEndStreamFrameWritten) Write a frame with flow control and notify when anEND_STREAMdata frame has been written and accounted for.voidHttp2StreamWriter.writeData(Http2FrameData frame, FlowControl.Outbound flowControl) Write a frame with flow control.intHttp2ConnectionWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, FlowControl.Outbound flowControl) intHttp2ConnectionWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, FlowControl.Outbound flowControl, Runnable onEndStreamFrameWritten) Write headers and notify when anEND_STREAMheaders frame has been written.intHttp2ConnectionWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, Http2FrameData dataFrame, FlowControl.Outbound flowControl) intHttp2ConnectionWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, Http2FrameData dataFrame, FlowControl.Outbound flowControl, Runnable onEndStreamFrameWritten) Write headers and entity, and notify when anEND_STREAMdata frame has been written and accounted for.intHttp2StreamWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, FlowControl.Outbound flowControl) Write headers with no (or streaming) entity.intHttp2StreamWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, Http2FrameData dataFrame, FlowControl.Outbound flowControl) Write headers and entity.