Class OkHttpClientProvider
java.lang.Object
com.netflix.spinnaker.config.okhttp3.OkHttpClientProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionokhttp3.OkHttpClientgetClient(ServiceEndpoint service) Consults the provider impls to decide which provider class can build a client for the given service config and delegates to that provider to build a client.
-
Constructor Details
-
OkHttpClientProvider
-
-
Method Details
-
getClient
Consults the provider impls to decide which provider class can build a client for the given service config and delegates to that provider to build a client.- Parameters:
service- service configuration- Returns:
- okHttpClient
-