public class RestOptions extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RestOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
Optional<Long> |
getAsyncIntervalInMills() |
Optional<Integer> |
getAsyncTimeoutInSeconds() |
Optional<Integer> |
getConnectTimeout() |
Optional<Integer> |
getReadTimeout() |
Optional<Integer> |
getRetryTimes() |
Optional<Integer> |
getUpsertConcurrentNum() |
Optional<Integer> |
getUpsertNetworkNum() |
Optional<String> |
getUserAgent() |
Optional<Boolean> |
isIgnoreCerts() |
static RestOptions.Builder |
newBuilder() |
public static RestOptions.Builder newBuilder()
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.