Interface RateControl

All Superinterfaces:
org.eclipse.jetty.io.RateControl
All Known Implementing Classes:
WindowRateControl

@Deprecated(since="12.1.11", forRemoval=true) public interface RateControl extends org.eclipse.jetty.io.RateControl
Deprecated, for removal: This API element is subject to removal in a future version.
use RateControl instead.
Controls rate of events via RateControl.onEvent(Object).
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use RateControl.Factory instead.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final RateControl
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from interface org.eclipse.jetty.io.RateControl

    onEvent
  • Field Details

    • NO_RATE_CONTROL

      static final RateControl NO_RATE_CONTROL
      Deprecated, for removal: This API element is subject to removal in a future version.