Uses of Interface
org.eclipse.jetty.http2.parser.RateControl
-
Packages that use RateControl Package Description org.eclipse.jetty.http2.parser -
-
Uses of RateControl in org.eclipse.jetty.http2.parser
Classes in org.eclipse.jetty.http2.parser that implement RateControl Modifier and Type Class Description classWindowRateControlAn implementation ofRateControlthat limits the number of events within a time period.Fields in org.eclipse.jetty.http2.parser declared as RateControl Modifier and Type Field Description static RateControlRateControl. NO_RATE_CONTROLMethods in org.eclipse.jetty.http2.parser that return RateControl Modifier and Type Method Description RateControlHeaderParser. getRateControl()default RateControlRateControl.Factory. newRateControl(org.eclipse.jetty.io.EndPoint endPoint)RateControlWindowRateControl.Factory. newRateControl(org.eclipse.jetty.io.EndPoint endPoint)Constructors in org.eclipse.jetty.http2.parser with parameters of type RateControl Constructor Description HeaderParser(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)
-