Package org.eclipse.jetty.http
Class QuotedCSV.Compliant
java.lang.Object
org.eclipse.jetty.http.QuotedCSVParser
org.eclipse.jetty.http.QuotedCSV
org.eclipse.jetty.http.QuotedCSV.Compliant
- Direct Known Subclasses:
QuotedCSV.Etags
- Enclosing class:
- QuotedCSV
@Deprecated(since="12.1.6",
forRemoval=true)
public static class QuotedCSV.Compliant
extends QuotedCSV
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.http.QuotedCSV
QuotedCSV.Compliant, QuotedCSV.Etags -
Field Summary
Fields inherited from class org.eclipse.jetty.http.QuotedCSVParser
_keepQuotes, DELIMITERS, LIST_TOKENIZER -
Constructor Summary
ConstructorsConstructorDescriptionCompliant(ComplianceViolation.Mode complianceMode, BiConsumer<ComplianceViolation, String> violationNotifier) Deprecated, for removal: This API element is subject to removal in a future version.Compliant(ComplianceViolation.Mode complianceMode, BiConsumer<ComplianceViolation, String> violationNotifier, boolean keepQuotes, String... values) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.eclipse.jetty.http.QuotedCSV
asString, getMutableValues, getValues, isEmpty, iterator, join, join, join, onComplianceViolation, parsedParam, parsedValueAndParams, size, toStringMethods inherited from class org.eclipse.jetty.http.QuotedCSVParser
addValue, onComplianceViolation, openingQuoteInValue, parsedValue, quote, quoteIfNeeded, unquoteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Compliant
public Compliant(ComplianceViolation.Mode complianceMode, BiConsumer<ComplianceViolation, String> violationNotifier) Deprecated, for removal: This API element is subject to removal in a future version. -
Compliant
public Compliant(ComplianceViolation.Mode complianceMode, BiConsumer<ComplianceViolation, String> violationNotifier, boolean keepQuotes, String... values) Deprecated, for removal: This API element is subject to removal in a future version.
-
QuotedCSVinstead