Class ApacheHttpClient5
java.lang.Object
ca.uhn.fhir.rest.client.apache.BaseHttpClient
org.openehealth.ipf.commons.ihe.fhir.ApacheHttpClient5
- All Implemented Interfaces:
- IHttpClient
- 
Field SummaryFields inherited from class ca.uhn.fhir.rest.client.apache.BaseHttpClientmyRequestType, myUrl
- 
Constructor SummaryConstructorsConstructorDescriptionApacheHttpClient5(org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, StringBuilder url, Map<String, List<String>> ifNoneExistParams, String ifNoneExistString, RequestTypeEnum requestType, List<Header> theHeaders) 
- 
Method SummaryModifier 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.BaseHttpClientaddHeadersToRequest, createBinaryRequest, createByteRequest, createGetRequest, createParamRequestMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.rest.client.api.IHttpClientcreateBinaryRequest, createByteRequest, createGetRequest, createParamRequest
- 
Constructor Details- 
ApacheHttpClient5public 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 class- BaseHttpClient
 
- 
createHttpRequest- Specified by:
- createHttpRequestin class- BaseHttpClient
 
- 
createHttpRequest- Specified by:
- createHttpRequestin class- BaseHttpClient
 
- 
createHttpRequest- Specified by:
- createHttpRequestin class- BaseHttpClient
 
 
-