Class QuotedCSVParser

  • Direct Known Subclasses:
    QuotedCSV

    @Deprecated(since="2021-05-27")
    public abstract class QuotedCSVParser
    extends Object
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    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"
    • Constructor Detail

      • QuotedCSVParser

        public QuotedCSVParser​(boolean keepQuotes)
        Deprecated.
    • Method Detail

      • unquote

        public static String unquote​(String s)
        Deprecated.
      • addValue

        public void addValue​(String value)
        Deprecated.
        Add and parse a value string(s)
        Parameters:
        value - A value that may contain one or more Quoted CSV items.