|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.http.URLDecoder
This class contains a utility method for converting a String
from the MIME "x-www-form-urlencoded"
into its original
format. This class implements the inverse functionality of
java.net.URLEncoder
.
URLEncoder
Constructor Summary | |
URLDecoder()
|
Method Summary | |
static java.lang.String |
decode(java.lang.String s)
Decode a urlencoded string by replacing '+' with space ' ', and "%xx" to the Latin1 character specified by the hex digits "xx". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URLDecoder()
Method Detail |
public static java.lang.String decode(java.lang.String s)
java.net.URLEncoder.encode
.
s
- The string to decode.
URLEncoder.encode(java.lang.String)
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |