Uses of Interface
org.eclipse.jetty.http2.FlowControlStrategy.Factory
Packages that use FlowControlStrategy.Factory
-
Uses of FlowControlStrategy.Factory in org.eclipse.jetty.http2.client
Fields in org.eclipse.jetty.http2.client declared as FlowControlStrategy.FactoryModifier and TypeFieldDescriptionprivate FlowControlStrategy.FactoryHTTP2Client.flowControlStrategyFactoryMethods in org.eclipse.jetty.http2.client that return FlowControlStrategy.FactoryMethods in org.eclipse.jetty.http2.client with parameters of type FlowControlStrategy.FactoryModifier and TypeMethodDescriptionvoidHTTP2Client.setFlowControlStrategyFactory(FlowControlStrategy.Factory flowControlStrategyFactory) -
Uses of FlowControlStrategy.Factory in org.eclipse.jetty.http2.server
Fields in org.eclipse.jetty.http2.server declared as FlowControlStrategy.FactoryModifier and TypeFieldDescriptionprivate FlowControlStrategy.FactoryAbstractHTTP2ServerConnectionFactory.flowControlStrategyFactoryMethods in org.eclipse.jetty.http2.server that return FlowControlStrategy.FactoryModifier and TypeMethodDescriptionAbstractHTTP2ServerConnectionFactory.getFlowControlStrategyFactory()Methods in org.eclipse.jetty.http2.server with parameters of type FlowControlStrategy.FactoryModifier and TypeMethodDescriptionvoidAbstractHTTP2ServerConnectionFactory.setFlowControlStrategyFactory(FlowControlStrategy.Factory flowControlStrategyFactory)