|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.internal.client.connector.http.HttpUtil
public class HttpUtil
Utility methods to manipulate HTTP requests.
Constructor Summary | |
---|---|
HttpUtil()
|
Method Summary | |
---|---|
static java.net.URL |
addHttpGetParameters(WebRequest theRequest,
java.net.URL theURL)
Add HTTP GET parameters to the URL passed as parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpUtil()
Method Detail |
---|
public static java.net.URL addHttpGetParameters(WebRequest theRequest, java.net.URL theURL) throws java.net.MalformedURLException
theRequest
- the request containing the HTTP GET parameters to addtheURL
- the URL that will be enriched with the HTTP GET parameters
java.net.MalformedURLException
- if the URL is malformed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |