Class WindowRateControl.Factory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int maxEventRate  
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory​(int maxEventRate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RateControl newRateControl​(org.eclipse.jetty.io.EndPoint endPoint)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • maxEventRate

        private final int maxEventRate
    • Constructor Detail

      • Factory

        public Factory​(int maxEventRate)
    • Method Detail

      • newRateControl

        public RateControl newRateControl​(org.eclipse.jetty.io.EndPoint endPoint)
        Specified by:
        newRateControl in interface RateControl.Factory
        Parameters:
        endPoint - the EndPoint for which the RateControl is created
        Returns:
        a new RateControl instance for the given EndPoint