com.ning.http.util
Class UTF8UrlEncoder
java.lang.Object
com.ning.http.util.UTF8UrlEncoder
public class UTF8UrlEncoder
- extends Object
Convenience class that encapsulates details of "percent encoding"
(as per RFC-3986, see [http://www.ietf.org/rfc/rfc3986.txt]).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
encode
public static String encode(String input)
appendEncoded
public static StringBuilder appendEncoded(StringBuilder sb,
String input)
Copyright © 2011. All Rights Reserved.