Class HttpWrapper
- java.lang.Object
-
- com.ibm.fhir.operation.bulkdata.client.HttpWrapper
-
public class HttpWrapper extends Object
Manages the access to the HttpClient applying a consistent approach/configuration.
-
-
Constructor Summary
Constructors Constructor Description HttpWrapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.http.conn.ssl.SSLConnectionSocketFactory
generateSSF()
generates a static SSL Connection socket factory.org.apache.http.impl.client.CloseableHttpClient
getHttpClient(String username, String password)
-