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