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