public interface URLEncoder
Modifier and Type | Method and Description |
---|---|
String |
decode(String input)
Given a previously encoded string, returns the original input.
|
String |
encode(String input)
Given an input value containing any characters, returns the input string, or an encoded version of the string (as
outlined above).
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.