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

io.tracee.contextlogger.connector.http.SimpleAsyncHttpProvider 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 class SimpleAsyncHttpProvider implements AsyncHttpClientProvider {
	@Override
	public final AsyncHttpClient provideHttpClient(AsyncHttpClientConfig config) {
		return new AsyncHttpClient(config);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy