public interface KeyValueParser
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyValueParser.ConstKeyValueParser
For testing.
|
static class |
KeyValueParser.StandardKeyValueParser
StandardKeyValueParser is a KeyValueParser that splits a string on a delimiter,
and then splits each pair with the kvDelimiter.
|
| Modifier and Type | Field and Description |
|---|---|
static KeyValueParser |
HeaderKeyValueParser
HeaderKeyValueParser is a KeyValueParser for Authorization headers
|
static KeyValueParser |
QueryKeyValueParser
QueryKeyValueParser is a KeyValueParser for a query string
|
| Modifier and Type | Method and Description |
|---|---|
void |
parse(java.lang.String input,
java.util.List<KeyValueHandler> handlers) |
static final KeyValueParser HeaderKeyValueParser
static final KeyValueParser QueryKeyValueParser
void parse(java.lang.String input,
java.util.List<KeyValueHandler> handlers)
Copyright © 2019. All Rights Reserved.