Package ca.uhn.fhir.rest.client.impl
Class BaseHttpResponse
java.lang.Object
ca.uhn.fhir.rest.client.impl.BaseHttpResponse
- All Implemented Interfaces:
ca.uhn.fhir.rest.client.api.IHttpResponse
- Direct Known Subclasses:
ApacheHttpResponse
,ModifiedStringApacheHttpResponse
public abstract class BaseHttpResponse
extends Object
implements ca.uhn.fhir.rest.client.api.IHttpResponse
-
Constructor Summary
-
Method Summary
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
bufferEntity, close, createReader, getAllHeaders, getHeaders, getMimeType, getResponse, getStatus, getStatusInfo, readEntity
-
Constructor Details
-
BaseHttpResponse
-
-
Method Details
-
getRequestStopWatch
- Specified by:
getRequestStopWatch
in interfaceca.uhn.fhir.rest.client.api.IHttpResponse
-