Uses of Interface
org.eclipse.jetty.util.QuotedStringTokenizer
Packages that use QuotedStringTokenizer
Package
Description
Jetty Http : Tools for Http processing
Jetty Util : Common Utility Classes
-
Uses of QuotedStringTokenizer in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as QuotedStringTokenizerModifier and TypeFieldDescriptionstatic final QuotedStringTokenizerQuotedCSVParser.LIST_TOKENIZERstatic final QuotedStringTokenizerHttpField.NAME_VALUE_TOKENIZERA constantQuotedStringTokenizerconfigured for quoting/tokenizing a singleparameteras defined by RFC9110static final QuotedStringTokenizerHttpField.PARAMETER_TOKENIZERA constantQuotedStringTokenizerconfigured for quoting/tokenizingparameterslists as defined by RFC9110 -
Uses of QuotedStringTokenizer in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement QuotedStringTokenizerModifier and TypeClassDescriptionclassclassAn implementation ofQuotedStringTokenizerwith partial handling of RFC9110 quoted-strings.Fields in org.eclipse.jetty.util declared as QuotedStringTokenizerModifier and TypeFieldDescriptionstatic final QuotedStringTokenizerQuotedStringTokenizer.CSVA QuotedStringTokenizer for comma separated values with optional white space.Methods in org.eclipse.jetty.util that return QuotedStringTokenizer