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