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 EscaperGenericUrl. 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 classPercentEscaperAUnicodeEscaperthat escapes some set of Java characters using the URI percent encoding scheme.classUnicodeEscaperAnEscaperthat 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 EscaperCharEscapers. URI_ESCAPERprivate static EscaperCharEscapers. URI_PATH_ESCAPERprivate static EscaperCharEscapers. URI_QUERY_STRING_ESCAPERprivate static EscaperCharEscapers. URI_RESERVED_ESCAPERprivate static EscaperCharEscapers. URI_USERINFO_ESCAPER
-