All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.freefair.spring.okhttp.OkHttp3Configurer Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package io.freefair.spring.okhttp;

import okhttp3.OkHttpClient;

/**
 * @author Lars Grefer
 */
@FunctionalInterface
public interface OkHttp3Configurer {

    void configure(OkHttpClient.Builder object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy