package

com.google.gdata.util.httputil

Interfaces

FormUrlDecoder.Callback This interface is deprecated. Do not use. (Currently only needed internally by UriParameterMap.)  

Classes

FastURLEncoder This class has been deprecated; use uriEscaper(), cppUriEscaper() or create your own custom PercentEscaper
FormUrlDecoder This class has been deprecated; use parse(String, java.nio.charset.Charset) Utility for parsing application/x-www-form-urlencoded content as sent by user agents in the query string of GET form submissions and the body of POST form submissions. 
ParamMap This class is deprecated. Use the general com.google.common.collect.Multimap interface to represent name-value pairs. If order of insertion or support of duplicate name-value pairs is required, use com.google.common.collect.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.