|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.httpclient.HttpMethodBase | +--org.apache.commons.httpclient.methods.GetMethod | +--org.apache.commons.httpclient.methods.EntityEnclosingMethod | +--org.apache.commons.httpclient.methods.PutMethod | +--org.apache.commons.httpclient.methods.UrlPutMethod
HttpUrlMethod version of PutMethod.
Field Summary |
Fields inherited from class org.apache.commons.httpclient.methods.EntityEnclosingMethod |
CONTENT_LENGTH_AUTO, CONTENT_LENGTH_CHUNKED |
Fields inherited from class org.apache.commons.httpclient.HttpMethodBase |
USER_AGENT |
Constructor Summary | |
UrlPutMethod()
Deprecated. No-arg constructor. |
|
UrlPutMethod(String url)
Deprecated. Path-setting constructor. |
Method Summary | |
String |
getUrl()
Deprecated. Returns this request's URL. |
void |
setUrl(String url)
Deprecated. Sets the URL. |
Methods inherited from class org.apache.commons.httpclient.methods.PutMethod |
getName |
Methods inherited from class org.apache.commons.httpclient.methods.EntityEnclosingMethod |
addRequestHeaders, bufferContent, getFollowRedirects, getRequestBody, getRequestBodyAsString, getRequestContentLength, getUseExpectHeader, recycle, setFollowRedirects, setRequestBody, setRequestBody, setRequestContentLength, setUseExpectHeader, writeRequestBody |
Methods inherited from class org.apache.commons.httpclient.methods.GetMethod |
getFileData, getResponseBody, getResponseBodyAsStream, getTempDir, getTempFile, getUseDisk, readResponseBody, setFileData, setTempDir, setTempFile, setUseDisk |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UrlPutMethod()
public UrlPutMethod(String url) throws MalformedURLException
url
- the path of the request
MalformedURLException
- If the url isn't valid.Method Detail |
public void setUrl(String url) throws MalformedURLException
setUrl
in interface HttpUrlMethod
url
- - the URL for this request.
MalformedURLException
- If the url isn't valid.public String getUrl()
getUrl
in interface HttpUrlMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |