public interface MutableHttpParameters extends HttpParameters
HttpParameters which allows adding new parameters.EMPTY| Modifier and Type | Method and Description |
|---|---|
default MutableHttpParameters |
add(java.lang.CharSequence name,
java.lang.CharSequence value)
Adds a new http parameter.
|
MutableHttpParameters |
add(java.lang.CharSequence name,
java.util.List<java.lang.CharSequence> values)
Adds a new http parameter.
|
empty, forEach, forEachValue, get, getAll, getFirst, getFirst, getFirst, getFirst, getFirst, isEmpty, iterator, ofasMap, asMap, asProperties, contains, getValue, getValueType, names, of, subMap, subMap, subMap, valuesget, get, get, getdefault MutableHttpParameters add(java.lang.CharSequence name, java.lang.CharSequence value)
name - the name of the parametervalue - the value of the parameterMutableHttpParameters add(java.lang.CharSequence name, java.util.List<java.lang.CharSequence> values)
name - the name of the parametervalues - the values of the parameter