зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 14:16:09 +02:00
6 строки
162 B
Plaintext
6 строки
162 B
Plaintext
org.apache.http.impl.client.DefaultHttpRequestRetryHandler
|
|
|
|
HttpClients.custom()
|
|
.setRetryHandler(new DefaultHttpRequestRetryHandler(8, false))
|
|
.build();
|