Uses of Interface
org.eclipse.jetty.http2.FlowControlStrategy.Factory
-
Packages that use FlowControlStrategy.Factory Package Description org.eclipse.jetty.http2.client org.eclipse.jetty.http2.server -
-
Uses of FlowControlStrategy.Factory in org.eclipse.jetty.http2.client
Fields in org.eclipse.jetty.http2.client declared as FlowControlStrategy.Factory Modifier and Type Field Description private FlowControlStrategy.Factory
HTTP2Client. flowControlStrategyFactory
Methods in org.eclipse.jetty.http2.client that return FlowControlStrategy.Factory Modifier and Type Method Description FlowControlStrategy.Factory
HTTP2Client. getFlowControlStrategyFactory()
Methods in org.eclipse.jetty.http2.client with parameters of type FlowControlStrategy.Factory Modifier and Type Method Description void
HTTP2Client. setFlowControlStrategyFactory(FlowControlStrategy.Factory flowControlStrategyFactory)
-
Uses of FlowControlStrategy.Factory in org.eclipse.jetty.http2.server
Fields in org.eclipse.jetty.http2.server declared as FlowControlStrategy.Factory Modifier and Type Field Description private FlowControlStrategy.Factory
AbstractHTTP2ServerConnectionFactory. flowControlStrategyFactory
Methods in org.eclipse.jetty.http2.server that return FlowControlStrategy.Factory Modifier and Type Method Description FlowControlStrategy.Factory
AbstractHTTP2ServerConnectionFactory. getFlowControlStrategyFactory()
Methods in org.eclipse.jetty.http2.server with parameters of type FlowControlStrategy.Factory Modifier and Type Method Description void
AbstractHTTP2ServerConnectionFactory. setFlowControlStrategyFactory(FlowControlStrategy.Factory flowControlStrategyFactory)
-