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