private final class ThreadLimitHandler.RFC7239 extends QuotedCSV
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
_for |
_keepQuotes, _values
Modifier | Constructor and Description |
---|---|
private |
RFC7239() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getFor() |
protected void |
parsedParam(java.lang.StringBuffer buffer,
int valueLength,
int paramName,
int paramValue)
Called when a parameter has been parsed
|
addValue, getValues, isEmpty, iterator, parsedValue, size, toString, unquote
java.lang.String getFor()
protected void parsedParam(java.lang.StringBuffer buffer, int valueLength, int paramName, int paramValue)
QuotedCSV
parsedParam
in class QuotedCSV
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