我可以在apache httpcomponent fluent-hc中使用自定义HttpClient吗?

时间:2017-12-21 10:33:03

标签: java apache-httpclient-4.x

org.apache.http.client.fluent.Request在Executor中使用默认的httpClient,但我想在http请求因某些异常而失败时添加重试句柄。

我该怎么做?

我已使用此功能发送请求:

Executor executor = Executor.newInstance(httpClient);
executor.execute(Request.Get("Url"));

0 个答案:

没有答案