Uses of Class
io.helidon.http.http2.StreamFlowControl
Package
Description
Helidon Common HTTP/2 classes.
Helidon WebClient HTTP/2 Support.
Helidon WebServer gRPC Support.
Helidon WebServer HTTP/2 SPI.
-
Uses of StreamFlowControl in io.helidon.http.http2
Modifier and TypeMethodDescriptionConnectionFlowControl.createStreamFlowControl
(int streamId, int outboundInitialWindowSize, int outboundMaxFrameSize) Create stream specific inbound and outbound flow control.Http2Stream.flowControl()
Outbound flow control of this stream. -
Uses of StreamFlowControl in io.helidon.webclient.http2
-
Uses of StreamFlowControl in io.helidon.webserver.grpc
Modifier and TypeMethodDescriptionGrpcProtocolSelector.subProtocol
(ConnectionContext ctx, HttpPrologue prologue, Http2Headers headers, Http2StreamWriter streamWriter, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, StreamFlowControl flowControl, Http2StreamState currentStreamState, Router router) -
Uses of StreamFlowControl in io.helidon.webserver.http2.spi
Modifier and TypeMethodDescriptionHttp2SubProtocolSelector.subProtocol
(ConnectionContext ctx, HttpPrologue prologue, Http2Headers headers, Http2StreamWriter streamWriter, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, StreamFlowControl streamFlowControl, Http2StreamState currentStreamState, Router router) Check if this is a sub-protocol request and return appropriate result.