Interface RateControl.Factory

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

@Deprecated(since="12.1.11", forRemoval=true) public static interface RateControl.Factory extends org.eclipse.jetty.io.RateControl.Factory
Deprecated, for removal: This API element is subject to removal in a future version.
use RateControl.Factory instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    default RateControl
    newRateControl(org.eclipse.jetty.io.EndPoint endPoint)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • newRateControl

      default RateControl newRateControl(org.eclipse.jetty.io.EndPoint endPoint)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      newRateControl in interface org.eclipse.jetty.io.RateControl.Factory