|
||||||||
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.PostMethodWebRequest
An HTTP request using the POST method.
Constructor Summary | |
PostMethodWebRequest(java.lang.String urlString)
Constructs a web request using a specific absolute url string. |
Method Summary | |
protected void |
completeRequest(java.net.URLConnection connection)
Performs any additional processing necessary to complete the request. |
java.net.URL |
getURL()
Returns the final URL associated with this web request. |
Methods inherited from class com.meterware.httpunit.WebRequest |
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 PostMethodWebRequest(java.lang.String urlString)
Method Detail |
public java.net.URL getURL() throws java.net.MalformedURLException
protected void completeRequest(java.net.URLConnection connection) throws java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |