public class URIHelper extends Object
| Constructor and Description |
|---|
URIHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String uriComponent)
This method encodes URI components according to RFC-3986 rather than the
"application/x-www-form-urlencoded" MIME as URLEncoder does.
|
public static String encode(String uriComponent) throws UnsupportedEncodingException
uriComponent - UnsupportedEncodingExceptionCopyright © 2008-2015 Index Data. All Rights Reserved.