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

    Constructors
    Constructor
    Description
    BaseHttpResponse(ca.uhn.fhir.util.StopWatch theRequestStopWatch)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ca.uhn.fhir.util.StopWatch
     

    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

      public BaseHttpResponse(ca.uhn.fhir.util.StopWatch theRequestStopWatch)
  • Method Details

    • getRequestStopWatch

      public ca.uhn.fhir.util.StopWatch getRequestStopWatch()
      Specified by:
      getRequestStopWatch in interface ca.uhn.fhir.rest.client.api.IHttpResponse