Class SyntheticRequest
java.lang.Object
com.newrelic.api.agent.ExtendedInboundHeaders
com.newrelic.api.agent.ExtendedRequest
org.deltava.util.log.SyntheticRequest
- All Implemented Interfaces:
com.newrelic.api.agent.InboundHeaders
,com.newrelic.api.agent.Request
public class SyntheticRequest
extends com.newrelic.api.agent.ExtendedRequest
A request class for NewRelic non-web transactions.
- Since:
- 7.2
- Version:
- 7.2
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String arg0) getCookieValue
(String name) com.newrelic.api.agent.HeaderType
Enumeration
<?> String[]
getParameterValues
(String arg0) Methods inherited from class com.newrelic.api.agent.ExtendedInboundHeaders
getHeaders
-
Constructor Details
-
SyntheticRequest
-
-
Method Details
-
getAttribute
-
getCookieValue
-
getParameterNames
-
getParameterValues
-
getRemoteUser
-
getRequestURI
-
getHeader
-
getHeaderType
public com.newrelic.api.agent.HeaderType getHeaderType() -
getMethod
- Specified by:
getMethod
in classcom.newrelic.api.agent.ExtendedRequest
-