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 final class 
     
  • Method Summary

    Methods inherited from interface com.google.common.base.Supplier

    get