Uses of Interface
org.eclipse.jetty.http2.FlowControlStrategy
Package
Description
-
Uses of FlowControlStrategy in org.eclipse.jetty.http2
Modifier and TypeClassDescriptionclass
class
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.class
Modifier and TypeMethodDescriptionHTTP2Session.getFlowControlStrategy()
FlowControlStrategy.Factory.newFlowControlStrategy()
ModifierConstructorDescriptionHTTP2Session
(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl, int initialStreamId) -
Uses of FlowControlStrategy in org.eclipse.jetty.http2.client
ModifierConstructorDescriptionHTTP2ClientSession
(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl) -
Uses of FlowControlStrategy in org.eclipse.jetty.http2.server
ModifierConstructorDescriptionHTTP2ServerSession
(Scheduler scheduler, EndPoint endPoint, ServerParser parser, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl)