| Package | Description |
|---|---|
| com.google.gdata.util.httputil |
| Class and Description |
|---|
| FormUrlDecoder.Callback
Deprecated.
Do not use. (Currently only needed internally by
UriParameterMap.)
|
| ParamMap
Deprecated.
Use the general
Multimap
interface to represent name-value pairs. If order of insertion or support
of duplicate name-value pairs is required, use LinkedListMultimap. For the particular task of
parsing and storing URI parameters, consider UriParameterMap, which is also the type returned
by com.google.gdata.util.common.net.UriBuilder instances for URI query
parameters. If you got here because you use FormUrlDecoder or
CgiParams, then see the deprecation comments in those classes. |
Copyright © 2012. All Rights Reserved.