Uses of Interface
org.eclipse.jetty.http2.FlowControlStrategy
Packages that use FlowControlStrategy
-
Uses of FlowControlStrategy in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement FlowControlStrategyModifier and TypeClassDescriptionclass
class
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.class
Methods in org.eclipse.jetty.http2 that return FlowControlStrategyModifier and TypeMethodDescriptionHTTP2Session.getFlowControlStrategy()
FlowControlStrategy.Factory.newFlowControlStrategy()
Constructors in org.eclipse.jetty.http2 with parameters of type FlowControlStrategyModifierConstructorDescriptionHTTP2Session
(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl, int initialStreamId)