| Package | Description |
|---|---|
| com.twitter.joauth | |
| com.twitter.joauth.keyvalue |
| Class and Description |
|---|
| KeyValueHandler
KeyValueHandler is a trait for a callback with a key and a value.
|
| KeyValueParser
The KeyValueParser trait describes a parser that takes a String and a Seq[KeyValueHandler],
and calls each handler for each key/value pair encountered in the parsed String
|
| Class and Description |
|---|
| KeyValueHandler
KeyValueHandler is a trait for a callback with a key and a value.
|
| KeyValueHandler.TransformingKeyValueHandler
TransformingKeyValueHandler applies the Transformers to
their respective key and value before passing along to the
underlying KeyValueHandler
|
| KeyValueParser
The KeyValueParser trait describes a parser that takes a String and a Seq[KeyValueHandler],
and calls each handler for each key/value pair encountered in the parsed String
|
| Transformer
The Transformer trait describes the transformation function
from a string to a derived string
|
Copyright © 2019. All Rights Reserved.