Uses of Interface
org.eclipse.jetty.http2.FlowControlStrategy
-
Packages that use FlowControlStrategy Package Description org.eclipse.jetty.http2 -
-
Uses of FlowControlStrategy in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement FlowControlStrategy Modifier and Type Class Description classAbstractFlowControlStrategyclassBufferingFlowControlStrategyA flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.classSimpleFlowControlStrategyMethods in org.eclipse.jetty.http2 that return FlowControlStrategy Modifier and Type Method Description FlowControlStrategyHTTP2Session. getFlowControlStrategy()FlowControlStrategyFlowControlStrategy.Factory. newFlowControlStrategy()Constructors in org.eclipse.jetty.http2 with parameters of type FlowControlStrategy Constructor Description HTTP2Session(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl, int initialStreamId)
-