Uses of Class
com.ning.http.client.FluentStringsMap
Packages that use FluentStringsMap
-
Uses of FluentStringsMap in com.ning.http.client
Methods in com.ning.http.client that return FluentStringsMapModifier and TypeMethodDescriptionAdds the specified values and returns this object.FluentStringsMap.add(String key, Collection<String> values) Adds the specified values and returns this object.FluentStringsMap.addAll(FluentStringsMap src) Adds all key-values pairs from the given object to this object and returns this object.FluentStringsMap.addAll(Map<String, Collection<String>> src) Adds all key-values pairs from the given map to this object and returns this object.Removes the values for the given key if present and returns this object.Removes the values for the given keys if present and returns this object.FluentStringsMap.deleteAll(Collection<String> keys) Removes the values for the given keys if present and returns this object.FluentStringsMap.replaceAll(FluentStringsMap src) Replace the values for all keys from the given map that are also present in this object, with the values from the given map.FluentStringsMap.replaceAll(Map<? extends String, ? extends Collection<String>> src) Replace the values for all keys from the given map that are also present in this object, with the values from the given map.FluentStringsMap.replaceWith(String key, String... values) Replaces the values for the given key with the given values.FluentStringsMap.replaceWith(String key, Collection<String> values) Replaces the values for the given key with the given values.Methods in com.ning.http.client with parameters of type FluentStringsMapModifier and TypeMethodDescriptionFluentStringsMap.addAll(FluentStringsMap src) Adds all key-values pairs from the given object to this object and returns this object.FluentStringsMap.replaceAll(FluentStringsMap src) Replace the values for all keys from the given map that are also present in this object, with the values from the given map.Constructors in com.ning.http.client with parameters of type FluentStringsMap