| Package | Description |
|---|---|
| com.twitter.joauth.keyvalue |
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueHandler.KeyTransformingKeyValueHandler
KeyTransformingKeyValueHandler applies a Transformer to the key
before passing the key value pair to the underlying KeyValueHandler
|
static class |
KeyValueHandler.TrimmingKeyValueHandler
TrimmingKeyValueHandler trims the key and value before
passing them to the underlying KeyValueHandler
|
static class |
KeyValueHandler.UrlEncodingNormalizingKeyValueHandler
UrlEncodingNormalizingKeyValueHandler normalizes URLEncoded
keys and values, to properly capitalize them
|
static class |
KeyValueHandler.ValueTransformingKeyValueHandler
ValueTransformingKeyValueHandler applies a Transformer to the value
before passing the key value pair to the underlying KeyValueHandler
|
Copyright © 2019. All Rights Reserved.