Class MethanolHttpResponse
java.lang.Object
ca.uhn.fhir.rest.client.impl.BaseHttpResponse
org.openehealth.ipf.commons.ihe.fhir.MethanolHttpResponse
- All Implemented Interfaces:
IHttpResponse
public class MethanolHttpResponse
extends ca.uhn.fhir.rest.client.impl.BaseHttpResponse
-
Constructor Summary
ConstructorDescriptionMethanolHttpResponse
(HttpResponse<InputStream> response, StopWatch stopWatch) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Buffers the response entity.void
close()
getHeaders
(String name) int
Methods inherited from class ca.uhn.fhir.rest.client.impl.BaseHttpResponse
getRequestStopWatch
-
Constructor Details
-
MethanolHttpResponse
-
-
Method Details
-
bufferEntity
Buffers the response entity. This is usually only called when HAPI client interceptors want to do some logging or response capturing.- Throws:
IOException
-
close
public void close() -
createReader
-
getAllHeaders
-
getHeaders
-
getMimeType
-
getResponse
-
getStatus
public int getStatus() -
getStatusInfo
-
readEntity
- Throws:
IOException
-