Class ApacheHttpRequest5
java.lang.Object
ca.uhn.fhir.rest.client.api.BaseHttpRequest
org.openehealth.ipf.commons.ihe.fhir.ApacheHttpRequest5
- All Implemented Interfaces:
- IHttpRequest
- 
Constructor SummaryConstructorsConstructorDescriptionApacheHttpRequest5(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, org.apache.hc.core5.http.ClassicHttpRequest request) 
- 
Method SummaryMethods inherited from class ca.uhn.fhir.rest.client.api.BaseHttpRequestgetUrlSource, setUrlSourceMethods 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.IHttpRequestgetUrlSource, setUrlSource
- 
Constructor Details- 
ApacheHttpRequest5public ApacheHttpRequest5(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, org.apache.hc.core5.http.ClassicHttpRequest request) 
 
- 
- 
Method Details- 
addHeader- Specified by:
- addHeaderin interface- IHttpRequest
 
- 
execute- Specified by:
- executein interface- IHttpRequest
- Throws:
- IOException
 
- 
getAllHeaders- Specified by:
- getAllHeadersin interface- IHttpRequest
 
- 
getRequestBodyFromStream- Specified by:
- getRequestBodyFromStreamin interface- IHttpRequest
- Throws:
- IOException
 
- 
getUri- Specified by:
- getUriin interface- IHttpRequest
 
- 
setUri- Specified by:
- setUriin interface- IHttpRequest
 
- 
getHttpVerbName- Specified by:
- getHttpVerbNamein interface- IHttpRequest
 
- 
removeHeaders- Specified by:
- removeHeadersin interface- IHttpRequest
 
 
-