A
B
C
D
E
F
H
J
K
M
O
P
Q
R
S
T
K
- keepAliveDuration(java.time.Duration) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- The keep-alive duration for idle connections in the underlying OkHttp connection pool.
- keepAliveDuration(java.util.Optional) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- Alias for calling Builder.keepAliveDuration with
keepAliveDuration.orElse(null). - keepAliveDuration(java.time.Duration) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- The keep-alive duration for idle connections in the underlying OkHttp connection pool.
- keepAliveDuration(java.util.Optional) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- Alias for calling Builder.keepAliveDuration with
keepAliveDuration.orElse(null). - keepAliveDuration(java.time.Duration) - function in com.anthropic.client.okhttp.OkHttpClient.Builder
- Sets the keep-alive duration for idle connections in the underlying ConnectionPool.