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
Methods in org.eclipse.jetty.http2.client that return FlowControlStrategy.Factory Modifier and Type Method Description FlowControlStrategy.FactoryHTTP2Client. getFlowControlStrategyFactory()Methods in org.eclipse.jetty.http2.client with parameters of type FlowControlStrategy.Factory Modifier and Type Method Description voidHTTP2Client. setFlowControlStrategyFactory(FlowControlStrategy.Factory flowControlStrategyFactory) -
Uses of FlowControlStrategy.Factory in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return FlowControlStrategy.Factory Modifier and Type Method Description FlowControlStrategy.FactoryAbstractHTTP2ServerConnectionFactory. getFlowControlStrategyFactory()Methods in org.eclipse.jetty.http2.server with parameters of type FlowControlStrategy.Factory Modifier and Type Method Description voidAbstractHTTP2ServerConnectionFactory. setFlowControlStrategyFactory(FlowControlStrategy.Factory flowControlStrategyFactory)
-