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