Uses of Interface
org.eclipse.jetty.http2.RateControl
-
Uses of RateControl in org.eclipse.jetty.http2
Modifier and TypeClassDescriptionclass
An implementation ofRateControl
that limits the number of events within a time period.Modifier and TypeMethodDescriptiondefault RateControl
RateControl.Factory.newRateControl
(EndPoint endPoint) WindowRateControl.Factory.newRateControl
(EndPoint endPoint) -
Uses of RateControl in org.eclipse.jetty.http2.parser
ModifierConstructorDescriptionHeaderParser
(RateControl rateControl) Parser
(ByteBufferPool bufferPool, int maxHeaderSize, RateControl rateControl) ServerParser
(ByteBufferPool bufferPool, int maxHeaderSize, RateControl rateControl)