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