OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throttledrequests
(Results
1 - 2
of
2
) sorted by null
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/
DoSFilter-mbean.properties
5
throttledRequests
: number of requests over the rate limit able to be considered at once.
/external/jetty/src/java/org/eclipse/jetty/servlets/
DoSFilter.java
92
* <dt>
throttledRequests
</dt>
149
static final String THROTTLED_REQUESTS_INIT_PARAM = "
throttledRequests
";
225
int
throttledRequests
= __DEFAULT_THROTTLE;
228
throttledRequests
= Integer.parseInt(parameter);
229
setThrottledRequests(
throttledRequests
);
[
all
...]
Completed in 56 milliseconds