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 Details

    • QuotedCSV

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

      public QuotedCSV(boolean keepQuotes, String... values)
      Deprecated.
  • Method Details

    • size

      public int size()
      Deprecated.
    • isEmpty

      public boolean isEmpty()
      Deprecated.
    • getValues

      public List<String> getValues()
      Deprecated.
    • iterator

      public Iterator<String> iterator()
      Deprecated.
      Specified by:
      iterator in interface Iterable<String>
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object