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.classSimpleFlowControlStrategyFields in org.eclipse.jetty.http2 declared as FlowControlStrategy Modifier and Type Field Description private FlowControlStrategyHTTP2Session. flowControlMethods 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)Deprecated.HTTP2Session(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Parser parser, 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(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl)Deprecated.HTTP2ClientSession(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Parser parser, 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(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl)Deprecated.HTTP2ServerSession(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Parser parser, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl)
-