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 RateControlModifier and TypeFieldDescriptionstatic final RateControlRateControl.NO_RATE_CONTROLprivate final RateControlHeaderParser.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, int maxHeaderSize, RateControl rateControl) ServerParser(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int maxHeaderSize, RateControl rateControl) ServerParser(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, ServerParser.Listener listener, int maxDynamicTableSize, int maxHeaderSize, RateControl rateControl) Deprecated. -
Uses of RateControl in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return RateControlModifier and TypeMethodDescriptionAbstractHTTP2ServerConnectionFactory.getRateControl()Deprecated.Methods in org.eclipse.jetty.http2.server with parameters of type RateControlModifier and TypeMethodDescriptionprotected ServerParserAbstractHTTP2ServerConnectionFactory.newServerParser(org.eclipse.jetty.server.Connector connector, RateControl rateControl) protected ServerParserAbstractHTTP2ServerConnectionFactory.newServerParser(org.eclipse.jetty.server.Connector connector, ServerParser.Listener listener, RateControl rateControl) Deprecated.voidAbstractHTTP2ServerConnectionFactory.setRateControl(RateControl rateControl) Deprecated.
AbstractHTTP2ServerConnectionFactory.getRateControlFactory()instead