Uses of Interface
org.eclipse.jetty.http2.FlowControlStrategy
-
Packages that use FlowControlStrategy Package Description org.eclipse.jetty.http2 org.eclipse.jetty.http2.client org.eclipse.jetty.http2.server -
-
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(Scheduler scheduler, EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl, int initialStreamId) -
Uses of FlowControlStrategy in org.eclipse.jetty.http2.client
Constructors in org.eclipse.jetty.http2.client with parameters of type FlowControlStrategy Constructor Description HTTP2ClientSession(Scheduler scheduler, EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl) -
Uses of FlowControlStrategy in org.eclipse.jetty.http2.server
Constructors in org.eclipse.jetty.http2.server with parameters of type FlowControlStrategy Constructor Description HTTP2ServerSession(Scheduler scheduler, EndPoint endPoint, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl)
-