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(EndPoint endPoint) WindowRateControl.Factory.newRateControl(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(ByteBufferPool bufferPool, int maxHeaderSize, RateControl rateControl) ServerParser(ByteBufferPool bufferPool, int maxHeaderSize, RateControl rateControl)