public class HttpUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PARAMETER_COUNT |
| Constructor and Description |
|---|
HttpUtils() |
| Modifier and Type | Method and Description |
|---|---|
static StringBuffer |
getRequestURL(HttpServletRequest req)
Deprecated.
Reconstructs the URL the client used to make the request,
using information in the HttpServletRequest object.
|
static 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 Hashtable |
parseQueryString(String urlEncodedParams)
Deprecated.
Parses a query string passed from the client to the server
and builds a HashTable object with key-value pairs.
|
public static StringBuffer getRequestURL(HttpServletRequest req)
public static Hashtable parsePostData(int len, ServletInputStream in)
Copyright © 2014. All rights reserved.