Uses of Interface
org.eclipse.jetty.http2.parser.RateControl.Factory
-
Packages that use RateControl.Factory Package Description org.eclipse.jetty.http2.parser org.eclipse.jetty.http2.server -
-
Uses of RateControl.Factory in org.eclipse.jetty.http2.parser
Classes in org.eclipse.jetty.http2.parser that implement RateControl.Factory Modifier and Type Class Description static class
WindowRateControl.Factory
-
Uses of RateControl.Factory in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return RateControl.Factory Modifier and Type Method Description RateControl.Factory
AbstractHTTP2ServerConnectionFactory. getRateControlFactory()
Methods in org.eclipse.jetty.http2.server with parameters of type RateControl.Factory Modifier and Type Method Description void
AbstractHTTP2ServerConnectionFactory. setRateControlFactory(RateControl.Factory rateControlFactory)
Sets the factory that creates a per-connection RateControl object.
-