Uses of Interface
org.eclipse.jetty.http2.parser.RateControl
-
Uses of RateControl in org.eclipse.jetty.http2.parser
Modifier and TypeClassDescriptionclass
An implementation ofRateControl
that limits the number of events within a time period.Modifier and TypeMethodDescriptionHeaderParser.getRateControl()
default RateControl
RateControl.Factory.newRateControl
(EndPoint endPoint) WindowRateControl.Factory.newRateControl
(EndPoint endPoint) ModifierConstructorDescriptionHeaderParser
(RateControl rateControl) Parser
(ByteBufferPool byteBufferPool, int maxTableSize, int maxHeaderSize, RateControl rateControl) Deprecated.Parser
(ByteBufferPool byteBufferPool, int maxHeaderSize, RateControl rateControl) ServerParser
(ByteBufferPool byteBufferPool, int maxTableSize, int maxHeaderSize, RateControl rateControl) Deprecated.ServerParser
(ByteBufferPool byteBufferPool, int maxHeaderSize, RateControl rateControl) -
Uses of RateControl in org.eclipse.jetty.http2.server
Modifier and TypeMethodDescriptionprotected ServerParser
AbstractHTTP2ServerConnectionFactory.newServerParser
(Connector connector, RateControl rateControl)