Classes that help with network access, beyond the normal java.net.* APIs. more...
| UrlQuerySanitizer.ValueSanitizer | A functor used to sanitize a single query value. |
| Proxy | A convenience class for accessing the user and default proxy settings. |
| Uri | This class allows you to create, decode, parse, and examine immutable URI reference objects that conform to RFC 2396. |
| Uri.Builder | Helper class for building or manipulating URI references. |
| UrlQuerySanitizer | Sanitizes the Query portion of a URL. |
| UrlQuerySanitizer.IllegalCharacterValueSanitizer | Sanitize values based on which characters they contain. |
| UrlQuerySanitizer.ParameterValuePair | A simple tuple that holds parameter-value pairs. |