Index

A C E G H M W 
All Classes and Interfaces|All Packages

A

addEventProperty(String, boolean) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Adds a user event property with a Boolean value.
addEventProperty(String, double) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Adds a user event property with a Double value.
addEventProperty(String, int) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Adds a user event property with a Integer value.
addEventProperty(String, long) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Adds a user event property with a Long value.
addEventProperty(String, String) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Adds a user event property with a String value.

C

com.dynatrace.agent.api - package com.dynatrace.agent.api
 
com.dynatrace.agent.events - package com.dynatrace.agent.events
 

E

EventFieldsProvider - Interface in com.dynatrace.agent.events
Generates custom event fields which should be attached to an event.
EventModifier - Interface in com.dynatrace.agent.events
A modifier function that is used to enrich a given event as JSONObject.

G

get() - Method in interface com.dynatrace.agent.events.EventFieldsProvider
Gets JSONObject with custom fields which should be attached to an event.

H

HttpRequestEventBuilder - Class in com.dynatrace.agent.api
Builder for creating an HTTP Request event to be sent via the Dynatrace#sendHttpRequestEvent.
HttpRequestEventBuilder(String, String) - Constructor for class com.dynatrace.agent.api.HttpRequestEventBuilder
Builder for creating an HTTP Request event to be sent via the Dynatrace#sendHttpRequestEvent.

M

modifyEvent(JSONObject, Object[]) - Method in interface com.dynatrace.agent.events.EventModifier
A modifier function that is used to enrich a given event as JSONObject.

W

withBytesReceived(int) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Sets the number of encoded/compressed bytes received for the request.
withBytesSent(int) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Sets the number of encoded/compressed bytes sent for the request.
withDuration(long) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Sets the request duration in milliseconds.
withReasonPhrase(String) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Sets the reason phrase of the HTTP response.
withStatusCode(int) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Sets the HTTP response status code.
withThrowable(Throwable) - Method in class com.dynatrace.agent.api.HttpRequestEventBuilder
Attaches a Throwable error to the HTTP Request event that describes the (client-side) failure which is response for terminated the HTTP communication..
A C E G H M W 
All Classes and Interfaces|All Packages