|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.httpclient.HttpMethodBase | +--org.apache.commons.httpclient.methods.OptionsMethod | +--org.apache.commons.httpclient.methods.UrlOptionsMethod
HttpUrlMethod version of Options method.
Fields inherited from class org.apache.commons.httpclient.HttpMethodBase |
USER_AGENT |
Constructor Summary | |
UrlOptionsMethod()
Deprecated. No-arg constructor. |
|
UrlOptionsMethod(java.lang.String url)
Deprecated. Path-setting constructor. |
Method Summary | |
java.lang.String |
getUrl()
Deprecated. Returns this request's URL. |
void |
setUrl(java.lang.String url)
Deprecated. Sets the URL. |
Methods inherited from class org.apache.commons.httpclient.methods.OptionsMethod |
getAllowedMethods,
getName,
isAllowed,
needContentLength,
processResponseHeaders |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public UrlOptionsMethod()
public UrlOptionsMethod(java.lang.String url) throws java.net.MalformedURLException
url
- the path of the requestMethod Detail |
public void setUrl(java.lang.String url) throws java.net.MalformedURLException
url
- - the URL for this request.public java.lang.String getUrl()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |