![JAR search and dependency download from the Maven repository](/logo.png)
io.tracee.contextlogger.connector.SimpleAsyncHttpProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracee-context-logger-http-connector Show documentation
Show all versions of tracee-context-logger-http-connector Show documentation
Please refer to https://github.com/holisticon/tracee.
The newest version!
package io.tracee.contextlogger.connector;
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 - 2025 Weber Informatics LLC | Privacy Policy