public class URLEncoder extends Object
URLEncoder
Intends to replace java.net.URLEncoder.encode(String s, "UTF-8")
avoiding UnsupportedEncodingException
handling.
StandardCharsets
are guaranteed to be available
on every implementation of the Java platform.Constructor and Description |
---|
URLEncoder() |