Package org.eclipse.jetty.http
Class QuotedCSV
java.lang.Object
org.eclipse.jetty.http.QuotedCSVParser
org.eclipse.jetty.http.QuotedCSV
- Direct Known Subclasses:
QuotedQualityCSV
@Deprecated(since="2021-05-27")
public class QuotedCSV
extends QuotedCSVParser
implements Iterable<String>
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Implements a quoted comma separated list of values
in accordance with RFC7230.
OWS is removed and quoted characters ignored for parsing.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.http.QuotedCSVParser
addValue, unquoteMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
QuotedCSV
Deprecated. -
QuotedCSV
Deprecated.
-
-
Method Details