Class QuotedQualityCSV

java.lang.Object
All Implemented Interfaces:
Iterable<String>

public class QuotedQualityCSV extends QuotedCSV implements Iterable<String>
Implements a quoted comma separated list of quality values in accordance with RFC7230 and RFC7231. Values are returned sorted in quality order, with OWS and the quality parameters removed.
See Also:
  • "https://tools.ietf.org/html/rfc7230#section-3.2.6"
  • "https://tools.ietf.org/html/rfc7230#section-7"
  • "https://tools.ietf.org/html/rfc7231#section-5.3.1"