Uses of Class
com.google.api.client.util.escape.Escaper
Packages that use Escaper
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
Character escaping utilities.
-
Uses of Escaper in com.google.api.client.http
Fields in com.google.api.client.http declared as Escaper -
Uses of Escaper in com.google.api.client.util.escape
Subclasses of Escaper in com.google.api.client.util.escapeModifier and TypeClassDescriptionclass
AUnicodeEscaper
that escapes some set of Java characters using the URI percent encoding scheme.class
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 EscaperModifier and TypeFieldDescriptionprivate static final Escaper
CharEscapers.URI_ESCAPER
private static final Escaper
CharEscapers.URI_PATH_ESCAPER
private static final Escaper
CharEscapers.URI_QUERY_STRING_ESCAPER
private static final Escaper
CharEscapers.URI_RESERVED_ESCAPER
private static final Escaper
CharEscapers.URI_USERINFO_ESCAPER