|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.http.HttpUtils
public class HttpUtils
Generic utility functions for use in the servlet container.
| Constructor Summary | |
|---|---|
HttpUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.StringBuffer |
getRequestURL(HttpServletRequest req)
Deprecated. Reconstructs the URL the client used to make the request, using information in the HttpServletRequest object. |
static java.util.Hashtable |
parsePostData(int len,
ServletInputStream in)
Deprecated. Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type. |
static java.util.Hashtable |
parseQueryString(java.lang.String urlEncodedParams)
Deprecated. Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs. |
| 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.lang.StringBuffer getRequestURL(HttpServletRequest req)
public static java.util.Hashtable parsePostData(int len,
ServletInputStream in)
public static java.util.Hashtable parseQueryString(java.lang.String urlEncodedParams)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||