|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.meterware.httpunit.WebRequest | +--com.meterware.httpunit.GetMethodWebRequest
An HTTP request using the GET method.
Constructor Summary | |
GetMethodWebRequest(java.lang.String urlString)
Constructs a web request using a specific absolute url string. |
|
GetMethodWebRequest(java.net.URL urlBase,
java.lang.String urlString)
Constructs a web request using a base URL and a relative url string. |
Method Summary | |
java.net.URL |
getURL()
Returns the final URL associated with this web request. |
Methods inherited from class com.meterware.httpunit.WebRequest |
completeRequest,
getParameter,
getParameterString,
getParameterValues,
getURLBase,
getURLString,
hasNoParameters,
removeParameter,
setParameter,
setParameter |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public GetMethodWebRequest(java.lang.String urlString)
public GetMethodWebRequest(java.net.URL urlBase, java.lang.String urlString)
Method Detail |
public java.net.URL getURL() throws java.net.MalformedURLException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |