Class ConnectionThrottle


  • public class ConnectionThrottle
    extends Object
    The connection throttling feature imposes limits on the number of connections per IP address to help mitigate malicious or abusive traffic to your applications. The attributes in the table that follows can be configured based on the traffic patterns for your sites.
    • Constructor Detail

    • Method Detail

      • getMaxConnections

        public int getMaxConnections()
      • getMinConnections

        public int getMinConnections()
      • getMaxConnectionRate

        public int getMaxConnectionRate()
      • getRateInterval

        public int getRateInterval()
      • isValid

        public boolean isValid()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()