Method Summary |
|
public void | setAutoAbort(boolean autoAbort) Whether this request should abort any pending requests. |
public void | setDefaultHeaders(NameValuePair[] defaultHeaders) Request headers which are added to each request made by this object. |
public void | setExtraParams(UrlParam[] params) Properties which are used as extra parameters to each request made by this object. |
public void | setMethod(Connection.Method method) Sets the method (GET or POST) for the operation. |
public void | setTimeout(int timeout) The timeout in milliseconds to be used for requests. |
public void | setUrl(String url) The default URL to be used for requests to the server. |