Java com.google.common.net UriEscapers fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.net UriEscapers fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.net UriEscapers.

The text is from its open source code.

Method

EscaperuriEscaper()
Returns an Escaper instance that escapes Java chars so they can be safely included in URIs.
EscaperuriQueryStringEscaper(boolean plusForSpace)
Returns an Escaper instance that escapes Java chars so they can be safely included in URI query string segments.