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

com.bugsplat.http.BugSplatHttpClientFactoryImpl Maven / Gradle / Ivy

There is a newer version: 0.0.0-r4
Show newest version
package com.bugsplat.http;

import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;

public class BugSplatHttpClientFactoryImpl implements BugSplatHttpClientFactory {
    public CloseableHttpClient create() {
        return HttpClients.createDefault();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy