Package org.jclouds.http.okhttp
Interface OkHttpClientSupplier
-
- All Superinterfaces:
com.google.common.base.Supplier<okhttp3.OkHttpClient>
,Supplier<okhttp3.OkHttpClient>
- All Known Implementing Classes:
DockerOkHttpClientSupplier
,OkHttpClientSupplier.NewOkHttpClient
@Beta public interface OkHttpClientSupplier extends com.google.common.base.Supplier<okhttp3.OkHttpClient>
Provides the OkHttp client used for all requests. This could be used to designate a custom SSL context or limit TLS ciphers.Note that it should configured it in the Guice module designated as
@ConfiguresHttpApi
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
OkHttpClientSupplier.NewOkHttpClient
-