Class QuotedCSVParser

java.lang.Object
org.eclipse.jetty.http.QuotedCSVParser
Direct Known Subclasses:
QuotedCSV

public abstract class QuotedCSVParser extends Object
Implements a quoted comma separated list parser 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"