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

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

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