Modifier and Type | Class and Description |
---|---|
static class |
HttpParameters.Builder |
Modifier and Type | Method and Description |
---|---|
HttpParameters |
appendAll(Map<String,Parameter> newParams) |
void |
applyParameters(ParameterAware parameterAware) |
void |
clear() |
boolean |
contains(String name) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
static HttpParameters.Builder |
create() |
static HttpParameters.Builder |
create(Map requestParameterMap) |
Set<Map.Entry<String,Parameter>> |
entrySet() |
Parameter |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Parameter |
put(String key,
Parameter value) |
void |
putAll(Map<? extends String,? extends Parameter> m) |
Parameter |
remove(Object key) |
HttpParameters |
remove(Set<String> paramsToRemove) |
HttpParameters |
remove(String paramToRemove) |
int |
size() |
String |
toString() |
Collection<Parameter> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public static HttpParameters.Builder create(Map requestParameterMap)
public static HttpParameters.Builder create()
public HttpParameters remove(Set<String> paramsToRemove)
public HttpParameters remove(String paramToRemove)
public boolean contains(String name)
public HttpParameters appendAll(Map<String,Parameter> newParams)
public void applyParameters(ParameterAware parameterAware)
public boolean containsKey(Object key)
containsKey
in interface Map<String,Parameter>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Parameter>
public Collection<Parameter> values()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.