|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.util.URLUtil
URL utilities.
Constructor Summary | |
URLUtil()
|
Method Summary | |
static java.lang.String |
byteToHex(int b)
|
static char |
encodeHex(int ch)
|
static java.lang.String |
encodeURL(java.lang.String uri)
Encode the url with '%' encoding. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URLUtil()
Method Detail |
public static java.lang.String encodeURL(java.lang.String uri)
public static java.lang.String byteToHex(int b)
public static char encodeHex(int ch)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |