Class StatisticsHandler.MinimumDataRateHandler

All Implemented Interfaces:
Handler, Handler.Container, Handler.Singleton, Request.Handler, org.eclipse.jetty.util.component.Container, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.Dumpable.DumpableContainer, org.eclipse.jetty.util.component.LifeCycle, org.eclipse.jetty.util.thread.Invocable
Enclosing class:
StatisticsHandler

@Deprecated(since="12.1.11", forRemoval=true) public static class StatisticsHandler.MinimumDataRateHandler extends MinimumDataRateHandler
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • MinimumDataRateHandler

      public MinimumDataRateHandler(long minimumReadRate, long minimumWriteRate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MinimumDataRateHandler

      public MinimumDataRateHandler(Handler handler, long minimumReadRate, long minimumWriteRate)
      Deprecated, for removal: This API element is subject to removal in a future version.