|
Class Summary |
| FastURLEncoder |
This class has been deprecated; use CharEscapers.uriEscaper(),
CharEscapers.cppUriEscaper() or create your
own custom PercentEscaper. |
| FormUrlDecoder |
This class has been deprecated; use UriParameterMap.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 |
Deprecated. Use the general Multimap
interface to represent name-value pairs. |