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