Uses of Class
com.google.api.client.util.escape.Escaper
-
Packages that use Escaper Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.com.google.api.client.util.escape Character escaping utilities. -
-
Uses of Escaper in com.google.api.client.http
Fields in com.google.api.client.http declared as Escaper Modifier and Type Field Description private static Escaper
GenericUrl. URI_FRAGMENT_ESCAPER
-
Uses of Escaper in com.google.api.client.util.escape
Subclasses of Escaper in com.google.api.client.util.escape Modifier and Type Class Description class
PercentEscaper
AUnicodeEscaper
that escapes some set of Java characters using the URI percent encoding scheme.class
UnicodeEscaper
AnEscaper
that converts literal text into a format safe for inclusion in a particular context (such as an XML document).Fields in com.google.api.client.util.escape declared as Escaper Modifier and Type Field Description private static Escaper
CharEscapers. URI_ESCAPER
private static Escaper
CharEscapers. URI_PATH_ESCAPER
private static Escaper
CharEscapers. URI_QUERY_STRING_ESCAPER
private static Escaper
CharEscapers. URI_RESERVED_ESCAPER
private static Escaper
CharEscapers. URI_USERINFO_ESCAPER
-