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
public abstract class BaseHttpResponse extends Object implements ca.uhn.fhir.rest.client.api.IHttpResponse
-
-
Constructor Summary
Constructors Constructor Description BaseHttpResponse(ca.uhn.fhir.util.StopWatch theRequestStopWatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ca.uhn.fhir.util.StopWatchgetRequestStopWatch()
-
-
-
Constructor Detail
-
BaseHttpResponse
public BaseHttpResponse(ca.uhn.fhir.util.StopWatch theRequestStopWatch)
-
-
Method Detail
-
getRequestStopWatch
public ca.uhn.fhir.util.StopWatch getRequestStopWatch()
- Specified by:
getRequestStopWatchin interfaceca.uhn.fhir.rest.client.api.IHttpResponse
-
-