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