|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.http.HttpUtils
General utilities for HTTP processing.
Constructor Summary | |
HttpUtils()
|
Method Summary | |
static java.lang.StringBuffer |
getRequestURL(HttpServletRequest req)
Converts the request back to an original request URL. |
static java.util.Hashtable |
parsePostData(int length,
ServletInputStream is)
Parses POST data using www-form-urlencoding |
static java.util.Hashtable |
parseQueryString(java.lang.String query)
Converts a queryString to a hashtable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpUtils()
Method Detail |
public static java.util.Hashtable parseQueryString(java.lang.String query) throws java.io.IOException
public static java.util.Hashtable parsePostData(int length, ServletInputStream is) throws java.io.IOException
public static java.lang.StringBuffer getRequestURL(HttpServletRequest req)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |