Uses of Package
com.google.api.client.util.escape
Packages that use com.google.api.client.util.escape
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
Character escaping utilities.
Beta
Utilities for Atom XML.
-
Classes in com.google.api.client.util.escape used by com.google.api.client.httpClassDescriptionAn object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
-
Classes in com.google.api.client.util.escape used by com.google.api.client.util.escapeClassDescriptionAn object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).An
Escaper
that converts literal text into a format safe for inclusion in a particular context (such as an XML document). -
Classes in com.google.api.client.util.escape used by com.google.api.client.xml.atomClassDescriptionA
UnicodeEscaper
that escapes some set of Java characters using the URI percent encoding scheme.