Package com.anthropic.client.okhttp
Class AnthropicOkHttpClientAsync
-
- All Implemented Interfaces:
public final class AnthropicOkHttpClientAsyncA class that allows building an instance of AnthropicClientAsync with OkHttpClient as the underlying HttpClient.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAnthropicOkHttpClientAsync.BuilderA builder for AnthropicOkHttpClientAsync.
-
Method Summary
Modifier and Type Method Description final static AnthropicOkHttpClientAsync.Builderbuilder()Returns a mutable builder for constructing an instance of AnthropicClientAsync. final static AnthropicClientAsyncfromEnv()Returns a client configured using system properties and environment variables. -
-
Method Detail
-
builder
final static AnthropicOkHttpClientAsync.Builder builder()
Returns a mutable builder for constructing an instance of AnthropicClientAsync.
-
fromEnv
final static AnthropicClientAsync fromEnv()
Returns a client configured using system properties and environment variables.
-
-
-
-