Package so.prelude.sdk.client.okhttp
Class PreludeOkHttpClientAsync
-
- All Implemented Interfaces:
public final class PreludeOkHttpClientAsync
A class that allows building an instance of PreludeClientAsync with OkHttpClient as the underlying HttpClient.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
PreludeOkHttpClientAsync.Builder
A builder for PreludeOkHttpClientAsync.
-
Method Summary
Modifier and Type Method Description final static PreludeOkHttpClientAsync.Builder
builder()
Returns a mutable builder for constructing an instance of PreludeClientAsync. final static PreludeClientAsync
fromEnv()
Returns a client configured using system properties and environment variables. -
-
Method Detail
-
builder
final static PreludeOkHttpClientAsync.Builder builder()
Returns a mutable builder for constructing an instance of PreludeClientAsync.
-
fromEnv
final static PreludeClientAsync fromEnv()
Returns a client configured using system properties and environment variables.
-
-
-
-