public class Parameters extends LinkedMultiValueMap<String,String>
| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
Parameters |
getUniqueParameters(URI uri)
Returns a new
Parameters containing only the parameters that do no appear
in the query string of the given uri. |
String |
toQueryString()
Converts the parameters to a query string suitable for use in a URI or the body of
a form-encoded request.
|
add, addAll, addAll, clear, clone, containsKey, containsValue, deepCopy, entrySet, equals, get, getFirst, hashCode, isEmpty, keySet, put, putAll, remove, set, setAll, size, toSingleValueMap, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String toQueryString()
public Parameters getUniqueParameters(URI uri)
Parameters containing only the parameters that do no appear
in the query string of the given uri.uri - the uri