Sets the proxy information for the HTTP client. @param proxy proxy object
(Proxy proxy)
| 310 | * @param proxy proxy object |
| 311 | */ |
| 312 | public void setProxy(Proxy proxy) { |
| 313 | this.httpClient.setProxy(proxy); |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * Defines an interface for deserializing HTTP responses into objects. |