Class ApacheHttpResponse5
java.lang.Object
ca.uhn.fhir.rest.client.impl.BaseHttpResponse
org.openehealth.ipf.commons.ihe.fhir.ApacheHttpResponse5
- All Implemented Interfaces:
IHttpResponse
-
Constructor Summary
ConstructorDescriptionApacheHttpResponse5
(org.apache.hc.core5.http.ClassicHttpResponse response, StopWatch theRequestStopWatch) -
Method Summary
Methods inherited from class ca.uhn.fhir.rest.client.impl.BaseHttpResponse
getRequestStopWatch
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.IHttpResponse
getRequestStopWatch
-
Constructor Details
-
ApacheHttpResponse5
public ApacheHttpResponse5(org.apache.hc.core5.http.ClassicHttpResponse response, StopWatch theRequestStopWatch)
-
-
Method Details
-
bufferEntity
- Specified by:
bufferEntity
in interfaceIHttpResponse
- Throws:
IOException
-
close
public void close()- Specified by:
close
in interfaceIHttpResponse
-
createReader
- Specified by:
createReader
in interfaceIHttpResponse
- Throws:
IOException
-
getAllHeaders
- Specified by:
getAllHeaders
in interfaceIHttpResponse
-
getHeaders
- Specified by:
getHeaders
in interfaceIHttpResponse
-
getMimeType
- Specified by:
getMimeType
in interfaceIHttpResponse
-
getResponse
- Specified by:
getResponse
in interfaceIHttpResponse
-
getStatus
public int getStatus()- Specified by:
getStatus
in interfaceIHttpResponse
-
getStatusInfo
- Specified by:
getStatusInfo
in interfaceIHttpResponse
-
readEntity
- Specified by:
readEntity
in interfaceIHttpResponse
- Throws:
IOException
-