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 RFC7230. OWS is removed and quoted characters ignored for parsing.
See Also:
  • "https://tools.ietf.org/html/rfc7230#section-3.2.6"
  • "https://tools.ietf.org/html/rfc7230#section-7"