Package io.freefair.spring.okhttp
Interface OkHttp3Configurer
- 
- All Superinterfaces:
- Configurer<okhttp3.OkHttpClient.Builder>
 - 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 OkHttp3Configurer extends Configurer<okhttp3.OkHttpClient.Builder> 
- 
- 
Method Summary- 
Methods inherited from interface io.freefair.spring.okhttp.Configurerconfigure
 
- 
 
-