Uses of Enum Class
io.helidon.http.http2.ConnectionFlowControl.Type
Packages that use ConnectionFlowControl.Type
-
Uses of ConnectionFlowControl.Type in io.helidon.http.http2
Methods in io.helidon.http.http2 that return ConnectionFlowControl.TypeModifier and TypeMethodDescriptionstatic ConnectionFlowControl.TypeReturns the enum constant of this class with the specified name.static ConnectionFlowControl.Type[]ConnectionFlowControl.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.http.http2 with parameters of type ConnectionFlowControl.TypeModifier and TypeMethodDescriptionstatic WindowSize.InboundWindowSize.createInbound(ConnectionFlowControl.Type type, int streamId, int initialWindowSize, int maxFrameSize, BiConsumer<Integer, Http2WindowUpdate> windowUpdateWriter) Create inbound window size container with initial window size set.static WindowSize.OutboundWindowSize.createOutbound(ConnectionFlowControl.Type type, int streamId, ConnectionFlowControl connectionFlowControl) Create outbound window size container with initial window size set.