Uses of Interface
org.eclipse.jetty.http2.RateControl.Factory
Packages that use RateControl.Factory
-
Uses of RateControl.Factory in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement RateControl.Factory -
Uses of RateControl.Factory in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return RateControl.FactoryMethods in org.eclipse.jetty.http2.server with parameters of type RateControl.FactoryModifier and TypeMethodDescriptionvoid
AbstractHTTP2ServerConnectionFactory.setRateControlFactory
(RateControl.Factory rateControlFactory) Sets the factory that creates a per-connection RateControl object.