|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpUrlMethod
HttpUrlMethod extends HttpMethod. HttpMethod only contains the path portion of a URL and gets the host:port from the connection maintained in HttpCleint. HttpUrlMethod is initialized with a fully specified URL and is used with HttpMultiClient. HttpMultiClient chooses the appropriate HttpConnectoin (via MultiThreadedHttpConnectionManager) based on the host and port in the URL.
| Method Summary | |
|---|---|
String |
getUrl()
Deprecated. Returns this request's URL. |
void |
setUrl(String url)
Deprecated. Sets the URL. |
| Method Detail |
|---|
void setUrl(String url)
throws MalformedURLException
url - - the URL for this request.
MalformedURLException - when the url can't be createdString getUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||