Example usage for Java java.net URLEncoder fields, constructors, methods, implement or subclass
The text is from its open source code.
String | encode(String s, String enc) Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme. |
String | encode(String s, Charset charset) Translates a string into application/x-www-form-urlencoded format using a specific java.nio.charset.Charset Charset . |
String | encode(String s) Translates a string into x-www-form-urlencoded format. |