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