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

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

Introduction

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

The text is from its open source code.

Method

EscaperurlFormParameterEscaper()
Returns an Escaper instance that escapes strings so they can be safely included in URL form parameter names and values.
EscaperurlFragmentEscaper()
Returns an Escaper instance that escapes strings so they can be safely included in a URL fragment.
EscaperurlPathSegmentEscaper()
Returns an Escaper instance that escapes strings so they can be safely included in URL path segments.