Class QuotedCSV
java.lang.Object
org.eclipse.jetty.http.QuotedCSVParser
org.eclipse.jetty.http.QuotedCSV
- Direct Known Subclasses:
QuotedQualityCSV, ThreadLimitHandler.RFC7239
Implements a quoted comma separated list of values
in accordance with RFC7230.
OWS is removed and quoted characters ignored for parsing.
- See Also:
-
Field Summary
FieldsFields inherited from class QuotedCSVParser
_keepQuotes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class QuotedCSVParser
addValue, parsedParam, parsedValue, unquoteMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
_values
-
-
Constructor Details
-
QuotedCSV
-
QuotedCSV
-
-
Method Details
-
parsedValueAndParams
Description copied from class:QuotedCSVParserCalled when a value and it's parameters has been parsed- Overrides:
parsedValueAndParamsin classQuotedCSVParser- Parameters:
buffer- Containing the trimmed value and parameters
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getValues
-
iterator
-
toString
-