Interface OkHttpClientCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OkHttpClientCustomizer
Beans of this type may customize a OkHttpClient.Builder prototype.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(okhttp3.OkHttpClient.Builder builder)
     
  • Method Details

    • customize

      void customize(okhttp3.OkHttpClient.Builder builder)