Package com.newrelic.api.agent
Class ExtendedRequest
- java.lang.Object
-
- com.newrelic.api.agent.ExtendedInboundHeaders
-
- com.newrelic.api.agent.ExtendedRequest
-
- All Implemented Interfaces:
InboundHeaders
,Request
public abstract class ExtendedRequest extends ExtendedInboundHeaders implements Request
-
-
Constructor Summary
Constructors Constructor Description ExtendedRequest()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getMethod()
The HTTP method (e.g.-
Methods inherited from class com.newrelic.api.agent.ExtendedInboundHeaders
getHeaders
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.newrelic.api.agent.InboundHeaders
getHeader, getHeaderType
-
Methods inherited from interface com.newrelic.api.agent.Request
getAttribute, getCookieValue, getParameterNames, getParameterValues, getRemoteUser, getRequestURI
-
-