| Package | Description |
|---|---|
| com.squareup.square.http.client | |
| com.squareup.square.http.request.configuration |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryInterceptor.addRequestEntry(okhttp3.Request okHttpRequest,
RetryConfiguration retryConfiguration)
Adds entry into Request entry map.
|
HttpResponse |
OkClient.execute(HttpRequest httpRequest,
boolean hasBinaryResponse,
RetryConfiguration retryConfiguration)
Execute a given HttpRequest to get string/binary response back.
|
HttpResponse |
HttpClient.execute(HttpRequest request,
boolean hasBinaryResponse,
RetryConfiguration retryConfiguration)
Execute a given HttpRequest to get string/binary response back.
|
CompletableFuture<HttpResponse> |
OkClient.executeAsync(HttpRequest httpRequest,
boolean hasBinaryResponse,
RetryConfiguration retryConfiguration)
Execute a given HttpRequest to get string/binary response back.
|
CompletableFuture<HttpResponse> |
HttpClient.executeAsync(HttpRequest request,
boolean hasBinaryResponse,
RetryConfiguration retryConfiguration)
Execute a given HttpRequest to get string/binary response back.
|
| Modifier and Type | Method and Description |
|---|---|
RetryConfiguration |
RetryConfiguration.Builder.build()
Builds a new RetryConfiguration object using the set fields.
|
Copyright © 2022. All rights reserved.