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