@Component
public class HttpClientUtil
extends Object
- Version:
- $Id: $Id
- Author:
- pvela00
-
Constructor Summary
Constructors
-
Method Summary
org.apache.http.impl.client.CloseableHttpClient
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HttpClientUtil
public HttpClientUtil()
-
Method Details
-
getHttpClient
public org.apache.http.impl.client.CloseableHttpClient getHttpClient(String keyStoreName,
String keyStorePassphrase,
String KeyPassphrase)
- Parameters:
keyStoreName - a String object
keyStorePassphrase - a String object
KeyPassphrase - a String object
- Returns:
- a
CloseableHttpClient object