| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.util.common.net |
| Modifier and Type | Field and Description |
|---|---|
protected UriParameterMap |
Service.ClientStreamProperties.queryMap |
| Modifier and Type | Method and Description |
|---|---|
protected UriParameterMap |
Service.ClientStreamProperties.getParameterMap()
Returns the
UriParameterMap containing the decoded query
parameters for the current request. |
| Modifier and Type | Field and Description |
|---|---|
static UriParameterMap |
UriParameterMap.EMPTY_MAP
The immutable empty map.
|
| Modifier and Type | Method and Description |
|---|---|
UriParameterMap |
UriParameterMap.clone() |
static UriParameterMap |
UriParameterMap.parse(String query)
Constructs a new parameter map populated with parameters parsed from the
specified query string using the
UriEncoder.DEFAULT_ENCODING,
UTF-8. |
static UriParameterMap |
UriParameterMap.parse(String query,
Charset encoding)
Constructs a new parameter map populated with parameters parsed from the
specified query string using the specified encoding.
|
static UriParameterMap |
UriParameterMap.unmodifiableMap(UriParameterMap map)
Returns an unmodifiable view of the specified parameter map.
|
| Modifier and Type | Method and Description |
|---|---|
static UriParameterMap |
UriParameterMap.unmodifiableMap(UriParameterMap map)
Returns an unmodifiable view of the specified parameter map.
|
Copyright © 2012. All Rights Reserved.