public final class Encoders extends Object
Internal API: these methods are part of the internal API and may be removed, have their signature change, or have their access level decreased from public to protected, package, or private in future versions without notice.
| Modifier and Type | Method and Description |
|---|---|
static String |
urlEncode(String value)
Translates a string into
application/x-www-form-urlencoded
format using UTF-8 encoding. |
public static String urlEncode(String value)
application/x-www-form-urlencoded
format using UTF-8 encoding.value - The string value.Utf8EncodingException - If, for some weird reason, UTF-8 encoding is not supported.Copyright © 2019. All rights reserved.