Class ApacheHttpClient5
java.lang.Object
ca.uhn.fhir.rest.client.apache.BaseHttpClient
org.openehealth.ipf.commons.ihe.fhir.ApacheHttpClient5
- All Implemented Interfaces:
IHttpClient
-
Field Summary
Fields inherited from class ca.uhn.fhir.rest.client.apache.BaseHttpClient
myRequestType, myUrl
-
Constructor Summary
ConstructorDescriptionApacheHttpClient5
(org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, StringBuilder url, Map<String, List<String>> ifNoneExistParams, String ifNoneExistString, RequestTypeEnum requestType, List<Header> theHeaders) -
Method Summary
Modifier and TypeMethodDescriptionprotected IHttpRequest
protected IHttpRequest
createHttpRequest
(byte[] content) protected IHttpRequest
createHttpRequest
(String content) protected IHttpRequest
createHttpRequest
(Map<String, List<String>> params) Methods inherited from class ca.uhn.fhir.rest.client.apache.BaseHttpClient
addHeadersToRequest, createBinaryRequest, createByteRequest, createGetRequest, createParamRequest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.rest.client.api.IHttpClient
createBinaryRequest, createByteRequest, createGetRequest, createParamRequest
-
Constructor Details
-
ApacheHttpClient5
public ApacheHttpClient5(org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, StringBuilder url, Map<String, List<String>> ifNoneExistParams, String ifNoneExistString, RequestTypeEnum requestType, List<Header> theHeaders)
-
-
Method Details
-
createHttpRequest
- Specified by:
createHttpRequest
in classBaseHttpClient
-
createHttpRequest
- Specified by:
createHttpRequest
in classBaseHttpClient
-
createHttpRequest
- Specified by:
createHttpRequest
in classBaseHttpClient
-
createHttpRequest
- Specified by:
createHttpRequest
in classBaseHttpClient
-