Class QuotedCSV

  • All Implemented Interfaces:
    Iterable<String>
    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:
    "https://tools.ietf.org/html/rfc7230#section-3.2.6", "https://tools.ietf.org/html/rfc7230#section-7"
    • Constructor Detail

      • QuotedCSV

        public QuotedCSV​(String... values)
        Deprecated.
      • QuotedCSV

        public QuotedCSV​(boolean keepQuotes,
                         String... values)
        Deprecated.