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