Class QuotedCSV

java.lang.Object
org.eclipse.jetty.http.QuotedCSVParser
org.eclipse.jetty.http.QuotedCSV
All Implemented Interfaces:
Iterable<String>
Direct Known Subclasses:
QuotedQualityCSV

public class QuotedCSV extends QuotedCSVParser implements Iterable<String>
Implements a quoted comma-separated list of values in accordance with RFC9110 section 5.5 and RFC9110 section 5.6. OWS is removed and quoted characters ignored for parsing.
See Also:
  • "https://datatracker.ietf.org/doc/html/rfc9110#section-5.5"
  • "https://datatracker.ietf.org/doc/html/rfc9110#section-5.6"