HttpClientpublic abstract class RetryHttpClient extends Object implements HttpClient
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RetryHttpClient.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static RetryHttpClient.Builder |
retryRequestOn(HttpClient client) |
|
boolean |
send(HttpRequest request,
CompletionListener completionListener) |
|
boolean |
send(HttpRequest request,
HttpRequest.Config config,
CompletionListener completionListener) |
public boolean send(HttpRequest request, CompletionListener completionListener) throws IOException
send in interface HttpClientIOExceptionpublic boolean send(HttpRequest request, HttpRequest.Config config, CompletionListener completionListener) throws IOException
send in interface HttpClientIOExceptionpublic static RetryHttpClient.Builder retryRequestOn(HttpClient client)
Copyright © 2019 Eclipse Foundation. All rights reserved.