A  B  C  E  F  H  J  M  O  P  Q  R  S  T  W 

T

timeout(com.openai.core.Timeout) - function in com.openai.client.okhttp.OkHttpClient.Builder
 
timeout(java.time.Duration) - function in com.openai.client.okhttp.OkHttpClient.Builder
 
timeout(com.openai.core.Timeout) - function in com.openai.client.okhttp.OpenAIOkHttpClient.Builder
Sets the maximum time allowed for various parts of an HTTP call's lifecycle, excluding retries.
timeout(java.time.Duration) - function in com.openai.client.okhttp.OpenAIOkHttpClient.Builder
Sets the maximum time allowed for a complete HTTP call, not including retries.
timeout(com.openai.core.Timeout) - function in com.openai.client.okhttp.OpenAIOkHttpClientAsync.Builder
Sets the maximum time allowed for various parts of an HTTP call's lifecycle, excluding retries.
timeout(java.time.Duration) - function in com.openai.client.okhttp.OpenAIOkHttpClientAsync.Builder
Sets the maximum time allowed for a complete HTTP call, not including retries.
trustManager(javax.net.ssl.X509TrustManager) - function in com.openai.client.okhttp.OkHttpClient.Builder
 
trustManager(java.util.Optional) - function in com.openai.client.okhttp.OpenAIOkHttpClient.Builder
Alias for calling Builder.trustManager with trustManager.orElse(null).
trustManager(javax.net.ssl.X509TrustManager) - function in com.openai.client.okhttp.OpenAIOkHttpClient.Builder
The trust manager used to secure HTTPS connections.
trustManager(java.util.Optional) - function in com.openai.client.okhttp.OpenAIOkHttpClientAsync.Builder
Alias for calling Builder.trustManager with trustManager.orElse(null).
trustManager(javax.net.ssl.X509TrustManager) - function in com.openai.client.okhttp.OpenAIOkHttpClientAsync.Builder
The trust manager used to secure HTTPS connections.
A  B  C  E  F  H  J  M  O  P  Q  R  S  T  W