Uses of Interface
org.eclipse.jetty.util.QuotedStringTokenizer
Package
Description
Jetty Http : Tools for Http processing
Jetty Util : Common Utility Classes
-
Uses of QuotedStringTokenizer in org.eclipse.jetty.http
Modifier and TypeFieldDescriptionstatic final QuotedStringTokenizer
QuotedCSVParser.LIST_TOKENIZER
static final QuotedStringTokenizer
HttpField.NAME_VALUE_TOKENIZER
A constantQuotedStringTokenizer
configured for quoting/tokenizing a singleparameter
as defined by RFC9110static final QuotedStringTokenizer
HttpField.PARAMETER_TOKENIZER
A constantQuotedStringTokenizer
configured for quoting/tokenizingparameters
lists as defined by RFC9110 -
Uses of QuotedStringTokenizer in org.eclipse.jetty.util
Modifier and TypeClassDescriptionclass
class
An implementation ofQuotedStringTokenizer
with partial handling of RFC9110 quoted-strings.Modifier and TypeFieldDescriptionstatic final QuotedStringTokenizer
QuotedStringTokenizer.CSV
A QuotedStringTokenizer for comma separated values with optional white space.