| java.lang.Object com.caucho.filters.ThrottleFilter
ThrottleFilter | public class ThrottleFilter implements Filter(Code) | | Throttles the filter to only a limited number of requests.
|
destroy | public void destroy()(Code) | | Any cleanup for the filter.
|
setMaxConcurrentRequests | public void setMaxConcurrentRequests(int max)(Code) | | Sets the maximum number of concurrent requests for a single IP.
|
|
|