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 class
AbstractFlowControlStrategy
class
BufferingFlowControlStrategy
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.class
SimpleFlowControlStrategy
Methods in org.eclipse.jetty.http2 that return FlowControlStrategy Modifier and Type Method Description FlowControlStrategy
HTTP2Session. getFlowControlStrategy()
FlowControlStrategy
FlowControlStrategy.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)
Deprecated.HTTP2Session(Scheduler scheduler, 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(Scheduler scheduler, EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl)
Deprecated.HTTP2ClientSession(Scheduler scheduler, 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(Scheduler scheduler, EndPoint endPoint, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl)
Deprecated.HTTP2ServerSession(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl)
-