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