Class SyntheticResponse

java.lang.Object
com.newrelic.api.agent.ExtendedResponse
org.deltava.util.log.SyntheticResponse
All Implemented Interfaces:
com.newrelic.api.agent.OutboundHeaders, com.newrelic.api.agent.Response

public class SyntheticResponse extends com.newrelic.api.agent.ExtendedResponse
A Response class for NewRelic non-web transactions.
Since:
7.2
Version:
9.0
Author:
Luke
  • Constructor Details

    • SyntheticResponse

      public SyntheticResponse()
  • Method Details

    • getHeaderType

      public com.newrelic.api.agent.HeaderType getHeaderType()
    • setHeader

      public void setHeader(String arg0, String arg1)
    • getContentType

      public String getContentType()
    • getStatus

      public int getStatus() throws Exception
      Throws:
      Exception
    • getStatusMessage

      public String getStatusMessage() throws Exception
      Throws:
      Exception
    • getContentLength

      public long getContentLength()
      Specified by:
      getContentLength in class com.newrelic.api.agent.ExtendedResponse