Uses of Class
io.helidon.nima.http2.ConnectionFlowControl
Packages that use ConnectionFlowControl
Package
Description
HTTP/2 types common for client and server.
HTTP/2 WebServer.
-
Uses of ConnectionFlowControl in io.helidon.nima.http2
Methods in io.helidon.nima.http2 that return ConnectionFlowControlMethods in io.helidon.nima.http2 with parameters of type ConnectionFlowControlModifier and TypeMethodDescriptionstatic WindowSize.OutboundWindowSize.createOutbound(io.helidon.nima.http2.ConnectionFlowControl.Type type, int streamId, ConnectionFlowControl connectionFlowControl) Create outbound window size container with initial window size set. -
Uses of ConnectionFlowControl in io.helidon.nima.http2.webserver
Constructors in io.helidon.nima.http2.webserver with parameters of type ConnectionFlowControlModifierConstructorDescriptionHttp2Stream(ConnectionContext ctx, HttpRouting routing, Http2Config http2Config, List<Http2SubProtocolSelector> subProviders, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, Http2StreamWriter writer, ConnectionFlowControl connectionFlowControl) A new HTTP/2 server stream.