Uses of Interface
org.eclipse.jetty.http2.parser.RateControl
-
Packages that use RateControl Package Description org.eclipse.jetty.http2.parser org.eclipse.jetty.http2.server -
-
Uses of RateControl in org.eclipse.jetty.http2.parser
Classes in org.eclipse.jetty.http2.parser that implement RateControl Modifier and Type Class Description class
WindowRateControl
An implementation ofRateControl
that limits the number of events within a time period.Fields in org.eclipse.jetty.http2.parser declared as RateControl Modifier and Type Field Description static RateControl
RateControl. NO_RATE_CONTROL
Methods in org.eclipse.jetty.http2.parser that return RateControl Modifier and Type Method Description RateControl
HeaderParser. getRateControl()
default RateControl
RateControl.Factory. newRateControl(EndPoint endPoint)
RateControl
WindowRateControl.Factory. newRateControl(EndPoint endPoint)
Constructors in org.eclipse.jetty.http2.parser with parameters of type RateControl Constructor Description HeaderParser(RateControl rateControl)
Parser(ByteBufferPool byteBufferPool, int maxHeaderSize, RateControl rateControl)
ServerParser(ByteBufferPool byteBufferPool, int maxHeaderSize, RateControl rateControl)
ServerParser(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 RateControl Modifier and Type Method Description RateControl
AbstractHTTP2ServerConnectionFactory. getRateControl()
Deprecated.Methods in org.eclipse.jetty.http2.server with parameters of type RateControl Modifier and Type Method Description protected ServerParser
AbstractHTTP2ServerConnectionFactory. newServerParser(Connector connector, RateControl rateControl)
protected ServerParser
AbstractHTTP2ServerConnectionFactory. newServerParser(Connector connector, ServerParser.Listener listener, RateControl rateControl)
Deprecated.void
AbstractHTTP2ServerConnectionFactory. setRateControl(RateControl rateControl)
Deprecated.
-