- getAttribute(String) - Method in interface com.newrelic.api.agent.Request
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getBrowserTimingFooter() - Static method in class com.newrelic.api.agent.NewRelic
-
Get the RUM JavaScript footer for the current web transaction.
- getBrowserTimingHeader() - Static method in class com.newrelic.api.agent.NewRelic
-
Get the RUM JavaScript header for the current web transaction.
- getContentType() - Method in interface com.newrelic.api.agent.Response
-
Returns the response content type, or null if it is not available.
- getCookieValue(String) - Method in interface com.newrelic.api.agent.Request
-
Returns the value for the cookie with the given name, or null if the cookie does not exist.
- getHeader(String) - Method in interface com.newrelic.api.agent.Request
-
Returns the value of the specified request header as a String.
- getParameterNames() - Method in interface com.newrelic.api.agent.Request
-
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
- getParameterValues(String) - Method in interface com.newrelic.api.agent.Request
-
Returns an array of String objects containing all of the values the given request parameter has, or null if the
parameter does not exist.
- getRemoteUser() - Method in interface com.newrelic.api.agent.Request
-
Returns the login of the user making this request, if the user has been authenticated, or null if the user has
not been authenticated.
- getRequestURI() - Method in interface com.newrelic.api.agent.Request
-
Returns the part of this request's URL from the protocol name up to the query string in the first line of the
HTTP request.
- getStatus() - Method in interface com.newrelic.api.agent.Response
-
Returns the status code for this response.
- getStatusMessage() - Method in interface com.newrelic.api.agent.Response
-
Returns the error status message, or null if there is none.