Class ApacheHttpResponse5
java.lang.Object
ca.uhn.fhir.rest.client.impl.BaseHttpResponse
org.openehealth.ipf.commons.ihe.fhir.ApacheHttpResponse5
- All Implemented Interfaces:
- IHttpResponse
- 
Constructor SummaryConstructorsConstructorDescriptionApacheHttpResponse5(org.apache.hc.core5.http.ClassicHttpResponse response, StopWatch theRequestStopWatch) 
- 
Method SummaryMethods inherited from class ca.uhn.fhir.rest.client.impl.BaseHttpResponsegetRequestStopWatchMethods 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.IHttpResponsegetRequestStopWatch
- 
Constructor Details- 
ApacheHttpResponse5public ApacheHttpResponse5(org.apache.hc.core5.http.ClassicHttpResponse response, StopWatch theRequestStopWatch) 
 
- 
- 
Method Details- 
bufferEntity- Specified by:
- bufferEntityin interface- IHttpResponse
- Throws:
- IOException
 
- 
closepublic void close()- Specified by:
- closein interface- IHttpResponse
 
- 
createReader- Specified by:
- createReaderin interface- IHttpResponse
- Throws:
- IOException
 
- 
getAllHeaders- Specified by:
- getAllHeadersin interface- IHttpResponse
 
- 
getHeaders- Specified by:
- getHeadersin interface- IHttpResponse
 
- 
getMimeType- Specified by:
- getMimeTypein interface- IHttpResponse
 
- 
getResponse- Specified by:
- getResponsein interface- IHttpResponse
 
- 
getStatuspublic int getStatus()- Specified by:
- getStatusin interface- IHttpResponse
 
- 
getStatusInfo- Specified by:
- getStatusInfoin interface- IHttpResponse
 
- 
readEntity- Specified by:
- readEntityin interface- IHttpResponse
- Throws:
- IOException
 
 
-