A
B
C
D
E
F
H
J
K
M
O
P
Q
R
S
T
M
- maxIdleConnections(java.util.Optional) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- Alias for calling Builder.maxIdleConnections with
maxIdleConnections.orElse(null). - maxIdleConnections(java.lang.Integer) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- Alias for Builder.maxIdleConnections.
- maxIdleConnections(java.lang.Integer) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- The maximum number of idle connections kept by the underlying OkHttp connection pool.
- maxIdleConnections(java.util.Optional) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- Alias for calling Builder.maxIdleConnections with
maxIdleConnections.orElse(null). - maxIdleConnections(java.lang.Integer) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- Alias for Builder.maxIdleConnections.
- maxIdleConnections(java.lang.Integer) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- The maximum number of idle connections kept by the underlying OkHttp connection pool.
- maxIdleConnections(java.lang.Integer) - function in com.anthropic.client.okhttp.OkHttpClient.Builder
- Sets the maximum number of idle connections kept by the underlying ConnectionPool.
- maxRetries(java.lang.Integer) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- The maximum number of times to retry failed requests, with a short exponential backoff between requests.
- maxRetries(java.lang.Integer) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- The maximum number of times to retry failed requests, with a short exponential backoff between requests.