Uses of Interface
org.eclipse.jetty.http2.RateControl
Packages that use RateControl
-
Uses of RateControl in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement RateControlModifier and TypeClassDescriptionclassAn implementation ofRateControlthat limits the number of events within a time period.Fields in org.eclipse.jetty.http2 declared as RateControlMethods in org.eclipse.jetty.http2 that return RateControlModifier and TypeMethodDescriptiondefault RateControlRateControl.Factory.newRateControl(org.eclipse.jetty.io.EndPoint endPoint) WindowRateControl.Factory.newRateControl(org.eclipse.jetty.io.EndPoint endPoint) -
Uses of RateControl in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser that return RateControlConstructors in org.eclipse.jetty.http2.parser with parameters of type RateControlModifierConstructorDescriptionHeaderParser(RateControl rateControl) Parser(org.eclipse.jetty.io.ByteBufferPool bufferPool, int maxHeaderSize, RateControl rateControl) ServerParser(org.eclipse.jetty.io.ByteBufferPool bufferPool, int maxHeaderSize, RateControl rateControl)