javax.servlet.http
public class HttpUtils extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_PARAMETER_COUNT |
Constructor and Description |
---|
HttpUtils() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2014. All Rights Reserved.