public final class UrlEscapers extends Object
| Modifier and Type | Field and Description |
|---|---|
static PercentEscaper |
FORM_ESCAPER
An escaper for escaping form parameters.
|
static PercentEscaper |
PATH_ESCAPER
An escaper for escaping path parameters.
|
static PercentEscaper |
QUERY_ESCAPER
An escaper for escaping query parameters.
|
| Constructor and Description |
|---|
UrlEscapers() |
public static final PercentEscaper PATH_ESCAPER
public static final PercentEscaper QUERY_ESCAPER
public static final PercentEscaper FORM_ESCAPER
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/