private static class OkHttpClientProvider.OkHttpClientConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.typesafe.config.Config |
config |
| Constructor and Description |
|---|
OkHttpClientConfig(com.typesafe.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Optional<Integer> |
connectionKeepAliveDurationMillis() |
(package private) Optional<Integer> |
connectTimeoutMillis() |
(package private) Optional<Integer> |
maxAsyncRequests() |
(package private) Optional<Integer> |
maxAsyncRequestsPerHost() |
(package private) Optional<Integer> |
maxIdleConnections() |
(package private) Optional<Integer> |
readTimeoutMillis() |
(package private) Optional<Integer> |
writeTimeoutMillis() |
Copyright © 2016. All rights reserved.