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

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

Introduction

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

The text is from its open source code.

Constructor

PercentEscaper(String safeChars, boolean plusForSpace)
Constructs a percent escaper with the specified safe characters and optional handling of the space character.