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 Details

  • Method Details

    • bufferEntity

      public void bufferEntity() throws IOException
      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

      public Reader createReader()
    • getAllHeaders

      public Map<String,List<String>> getAllHeaders()
    • getHeaders

      public List<String> getHeaders(String name)
    • getMimeType

      public String getMimeType()
    • getResponse

      public Object getResponse()
    • getStatus

      public int getStatus()
    • getStatusInfo

      public String getStatusInfo()
    • readEntity

      public InputStream readEntity() throws IOException
      Throws:
      IOException