Package org.eclipse.jetty.server.handler
Class ThreadLimitHandler.RFC7239
java.lang.Object
org.eclipse.jetty.http.QuotedCSVParser
org.eclipse.jetty.http.QuotedCSV
org.eclipse.jetty.server.handler.ThreadLimitHandler.RFC7239
- Enclosing class:
- ThreadLimitHandler
-
Field Summary
FieldsFields inherited from class org.eclipse.jetty.http.QuotedCSVParser
_keepQuotes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String
getFor()
protected void
parsedParam
(StringBuffer buffer, int valueLength, int paramName, int paramValue) Called when a parameter has been parsedMethods inherited from class org.eclipse.jetty.http.QuotedCSV
getValues, isEmpty, iterator, parsedValueAndParams, size, toString
Methods inherited from class org.eclipse.jetty.http.QuotedCSVParser
addValue, parsedValue, unquote
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
_for
String _for
-
-
Constructor Details
-
RFC7239
private RFC7239()
-
-
Method Details
-
getFor
String getFor() -
parsedParam
Description copied from class:QuotedCSVParser
Called when a parameter has been parsed- Overrides:
parsedParam
in classQuotedCSVParser
- Parameters:
buffer
- Containing the trimmed value and all parameters, which may be mutatedvalueLength
- The length of the valueparamName
- The index of the start of the parameter just parsedparamValue
- The index of the start of the parameter value just parsed, or -1
-