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 RateControlMethods in org.eclipse.jetty.http2.parser that return RateControlModifier and TypeMethodDescriptionHeaderParser.getRateControl()
default RateControl
RateControl.Factory.newRateControl
(EndPoint endPoint) WindowRateControl.Factory.newRateControl
(EndPoint endPoint) Constructors in org.eclipse.jetty.http2.parser with parameters of type RateControlModifierConstructorDescriptionHeaderParser
(RateControl rateControl) Parser
(ByteBufferPool byteBufferPool, Parser.Listener listener, int maxDynamicTableSize, int maxHeaderSize, RateControl rateControl) ServerParser
(ByteBufferPool byteBufferPool, ServerParser.Listener listener, int maxDynamicTableSize, int maxHeaderSize, RateControl rateControl) -
Uses of RateControl in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with parameters of type RateControlModifier and TypeMethodDescriptionprotected ServerParser
AbstractHTTP2ServerConnectionFactory.newServerParser
(Connector connector, ServerParser.Listener listener, RateControl rateControl)