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
ConstructorsConstructorDescriptionApacheHttpClient5(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 IHttpRequestprotected IHttpRequestcreateHttpRequest(byte[] content) protected IHttpRequestcreateHttpRequest(String content) protected IHttpRequestcreateHttpRequest(Map<String, List<String>> params) Methods inherited from class ca.uhn.fhir.rest.client.apache.BaseHttpClient
addHeadersToRequest, createBinaryRequest, createByteRequest, createGetRequest, createParamRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
createHttpRequestin classBaseHttpClient
-
createHttpRequest
- Specified by:
createHttpRequestin classBaseHttpClient
-
createHttpRequest
- Specified by:
createHttpRequestin classBaseHttpClient
-
createHttpRequest
- Specified by:
createHttpRequestin classBaseHttpClient
-