Package | Description |
---|---|
org.jclouds.rackspace.cloudloadbalancers.v1.domain |
Modifier and Type | Method and Description |
---|---|
static ConnectionThrottle.Builder |
ConnectionThrottle.builder() |
ConnectionThrottle.Builder |
ConnectionThrottle.Builder.from(ConnectionThrottle in) |
ConnectionThrottle.Builder |
ConnectionThrottle.Builder.maxConnectionRate(int maxConnectionRate)
Maximum number of connections allowed from a single IP address in the defined rateInterval.
|
ConnectionThrottle.Builder |
ConnectionThrottle.Builder.maxConnections(int maxConnections)
Maximum number of connections to allow for a single IP address.
|
ConnectionThrottle.Builder |
ConnectionThrottle.Builder.minConnections(int minConnections)
Allow at least this number of connections per IP address before applying throttling restrictions.
|
ConnectionThrottle.Builder |
ConnectionThrottle.Builder.rateInterval(int rateInterval)
Frequency (in seconds) at which the maxConnectionRate is assessed.
|
ConnectionThrottle.Builder |
ConnectionThrottle.toBuilder() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.