Class SimpleThrottlingManager

    • Constructor Detail

      • SimpleThrottlingManager

        public SimpleThrottlingManager()
    • Method Detail

      • getDecisionPhases

        public List<String> getDecisionPhases()
        Description copied from interface: ThrottlingManager
        Get the list of phases where this manager will expect to have to make throttling decisions. For example: using BasicAuth or other protocol based header, it can be a very early in the chain, but for WS-Security based authentication, it would be later.
        Specified by:
        getDecisionPhases in interface ThrottlingManager
        Returns:
      • getThreshold

        public int getThreshold()
      • setThreshold

        public void setThreshold​(int threshold)