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 TypeClassDescriptionclass
An implementation ofRateControl
that limits the number of events within a time period.Fields in org.eclipse.jetty.http2.parser declared as RateControlModifier and TypeFieldDescriptionstatic final RateControl
RateControl.NO_RATE_CONTROL
private final RateControl
HeaderParser.rateControl
Methods in org.eclipse.jetty.http2.parser that return RateControlModifier and TypeMethodDescriptionHeaderParser.getRateControl()
default RateControl
RateControl.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 ServerParser
AbstractHTTP2ServerConnectionFactory.newServerParser
(org.eclipse.jetty.server.Connector connector, RateControl rateControl) protected ServerParser
AbstractHTTP2ServerConnectionFactory.newServerParser
(org.eclipse.jetty.server.Connector connector, ServerParser.Listener listener, RateControl rateControl) Deprecated.void
AbstractHTTP2ServerConnectionFactory.setRateControl
(RateControl rateControl) Deprecated.
AbstractHTTP2ServerConnectionFactory.getRateControlFactory()
instead