public interface MutableHttpParameters extends HttpParameters
HttpParameters
which allows adding new parameters.EMPTY
Modifier and Type | Method and Description |
---|---|
default MutableHttpParameters |
add(CharSequence name,
CharSequence value)
Adds a new http parameter.
|
MutableHttpParameters |
add(CharSequence name,
List<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
forEach, spliterator
default MutableHttpParameters add(CharSequence name, CharSequence value)
name
- the name of the parametervalue
- the value of the parameterMutableHttpParameters add(CharSequence name, List<CharSequence> values)
name
- the name of the parametervalues
- the values of the parameter