Class RawOkHttpClientFactory
- java.lang.Object
-
- com.netflix.spinnaker.config.okhttp3.RawOkHttpClientFactory
-
public class RawOkHttpClientFactory extends java.lang.ObjectBuilds anOkHttpClientthat should be can be used as-is or as a foundation for more custom OkHttpClient needs.
-
-
Constructor Summary
Constructors Constructor Description RawOkHttpClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.OkHttpClientcreate(com.netflix.spinnaker.okhttp.OkHttpClientConfigurationProperties okHttpClientConfigurationProperties, java.util.List<okhttp3.Interceptor> interceptors, brave.http.HttpTracing httpTracing)Returns a basic client which can be further customized for other needs in theOkHttpClientProviderimplementations.
-
-
-
Method Detail
-
create
public okhttp3.OkHttpClient create(com.netflix.spinnaker.okhttp.OkHttpClientConfigurationProperties okHttpClientConfigurationProperties, java.util.List<okhttp3.Interceptor> interceptors, brave.http.HttpTracing httpTracing)Returns a basic client which can be further customized for other needs in theOkHttpClientProviderimplementations. (eg: SSL setup, name verifier etc)
-
-