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

reactivefeign.jetty.JettyHttpClientFactory Maven / Gradle / Ivy

package reactivefeign.jetty;

import org.eclipse.jetty.client.HttpClient;

public interface JettyHttpClientFactory {

    HttpClient build(boolean useHttp2);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy