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, of
asMap, asMap, asProperties, contains, getValue, getValueType, names, of, subMap, subMap, subMap, values
get, get, get, get
default 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