Package | Description |
---|---|
com.ning.http.client | |
com.ning.http.client.oauth |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
FluentStringsMap(FluentStringsMap src) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All Rights Reserved.