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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
com.newrelic.api.agent.HeaderType
int
void
-
Constructor Details
-
SyntheticResponse
public SyntheticResponse()
-
-
Method Details
-
getHeaderType
public com.newrelic.api.agent.HeaderType getHeaderType() -
setHeader
-
getContentType
-
getStatus
-
getStatusMessage
-
getContentLength
public long getContentLength()- Specified by:
getContentLength
in classcom.newrelic.api.agent.ExtendedResponse
-