|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FluentStringsMap | |
---|---|
com.ning.http.client | |
com.ning.http.client.oauth | |
com.ning.http.multipart | |
com.ning.http.util |
Uses of FluentStringsMap in com.ning.http.client |
---|
Methods in com.ning.http.client that return FluentStringsMap | |
---|---|
FluentStringsMap |
FluentStringsMap.add(String key,
Collection<String> values)
Adds the specified values and returns this object. |
FluentStringsMap |
FluentStringsMap.add(String key,
String... values)
Adds the specified values and returns this object. |
FluentStringsMap |
FluentStringsMap.addAll(FluentStringsMap src)
Adds all key-values pairs from the given object to this object and returns this object. |
FluentStringsMap |
FluentStringsMap.addAll(Map<String,Collection<String>> src)
Adds all key-values pairs from the given map to this object and returns this object. |
FluentStringsMap |
FluentStringsMap.delete(String key)
Removes the values for the given key if present and returns this object. |
FluentStringsMap |
FluentStringsMap.deleteAll(Collection<String> keys)
Removes the values for the given keys if present and returns this object. |
FluentStringsMap |
FluentStringsMap.deleteAll(String... keys)
Removes the values for the given keys if present and returns this object. |
FluentStringsMap |
Request.getParams()
Return the current parameters. |
FluentStringsMap |
Request.getQueryParams()
Return the query params. |
FluentStringsMap |
FluentStringsMap.replace(String key,
Collection<String> values)
Replaces the values for the given key with the given values. |
FluentStringsMap |
FluentStringsMap.replace(String key,
String... values)
Replaces the values for the given key with the given values. |
FluentStringsMap |
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 |
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. |
Methods in com.ning.http.client with parameters of type FluentStringsMap | |
---|---|
FluentStringsMap |
FluentStringsMap.addAll(FluentStringsMap src)
Adds all key-values pairs from the given object to this object and returns this object. |
FluentStringsMap |
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. |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setParameters(FluentStringsMap parameters)
|
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.setParameters(FluentStringsMap parameters)
|
T |
RequestBuilderBase.setParameters(FluentStringsMap parameters)
|
RequestBuilder |
RequestBuilder.setParameters(FluentStringsMap parameters)
|
AsyncHttpClient.BoundRequestBuilder |
AsyncHttpClient.BoundRequestBuilder.setParameters(FluentStringsMap parameters)
|
T |
RequestBuilderBase.setQueryParameters(FluentStringsMap parameters)
|
RequestBuilder |
RequestBuilder.setQueryParameters(FluentStringsMap parameters)
|
Constructors in com.ning.http.client with parameters of type FluentStringsMap | |
---|---|
FluentStringsMap(FluentStringsMap src)
|
Uses of FluentStringsMap in com.ning.http.client.oauth |
---|
Methods in com.ning.http.client.oauth with parameters of type FluentStringsMap | |
---|---|
String |
OAuthSignatureCalculator.calculateSignature(String method,
String baseURL,
long oauthTimestamp,
String nonce,
FluentStringsMap formParams,
FluentStringsMap queryParams)
Method for calculating OAuth signature using HMAC/SHA-1 method. |
Uses of FluentStringsMap in com.ning.http.multipart |
---|
Constructors in com.ning.http.multipart with parameters of type FluentStringsMap | |
---|---|
MultipartRequestEntity(Part[] parts,
FluentStringsMap methodParams)
Creates a new multipart entity containing the given parts. |
Uses of FluentStringsMap in com.ning.http.util |
---|
Methods in com.ning.http.util with parameters of type FluentStringsMap | |
---|---|
static MultipartRequestEntity |
AsyncHttpProviderUtils.createMultipartRequestEntity(List<Part> params,
FluentStringsMap methodParams)
This is quite ugly as our internal names are duplicated, but we build on top of HTTP Client implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |