Class RFC9110QuotedStringTokenizer

java.lang.Object
org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
All Implemented Interfaces:
QuotedStringTokenizer

public class RFC9110QuotedStringTokenizer extends Object implements QuotedStringTokenizer
An implementation of QuotedStringTokenizer with partial handling of RFC9110 quoted-strings. The deviation from the RFC is that characters are not enforced to be qdtext = HTAB / SP / %x21 / %x23-5B / %x5D-7E / obs-text and it is expected that the caller will enforce any character restrictions.