
io.sterodium.extensions.hub.proxy.client.HttpClientProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of extension-proxy Show documentation
Show all versions of extension-proxy Show documentation
Hub Extension Proxy forwards requests to extensions installed on Selenium nodes.
The newest version!
package io.sterodium.extensions.hub.proxy.client;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
/**
* @author Alexey Nikolaenko [email protected]
* Date: 21/09/2015
*/
public class HttpClientProvider {
public CloseableHttpClient provide() {
return HttpClients.createDefault();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy