public final class URLEncoder extends Object
Modifier and Type | Method and Description |
---|---|
static String |
encodeParam(String s,
String enc)
Translates a string into
application/x-www-form-urlencoded
format. |
static String |
encodeURL(String s)
Translates an URL string into URL safe form
|
Copyright © 2022. All rights reserved.