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

io.tracee.contextlogger.connector.http.AsyncHttpClientProvider Maven / Gradle / Ivy

The newest version!
package io.tracee.contextlogger.connector.http;

import com.ning.http.client.AsyncHttpClient;
import com.ning.http.client.AsyncHttpClientConfig;

public interface AsyncHttpClientProvider {

	AsyncHttpClient provideHttpClient(AsyncHttpClientConfig config);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy