Sets the client @param httpClient the http client
(HttpClient httpClient)
| 41 | * @param httpClient the http client |
| 42 | */ |
| 43 | public void setHttpClient(HttpClient httpClient) { |
| 44 | this.httpClient = httpClient; |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * Sets the client |
no outgoing calls