Package org.eclipse.jetty.http
Class QuotedCSVParser
java.lang.Object
org.eclipse.jetty.http.QuotedCSVParser
- Direct Known Subclasses:
QuotedCSV
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Implements a quoted comma separated list parser
in accordance with RFC7230.
OWS is removed and quoted characters ignored for parsing.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QuotedCSVParser
public QuotedCSVParser(boolean keepQuotes) Deprecated.
-
-
Method Details
-
unquote
Deprecated. -
addValue
Deprecated.Add and parse a value string(s)- Parameters:
value- A value that may contain one or more Quoted CSV items.
-