Skip navigation links
A B C D E G H I L N R S T V W 

A

addBooleanProperty(String, boolean) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
addDateProperty(String, Date) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
addDoubleProperty(String, double) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
addErrorEvent(Throwable, Instrumentation.Severity) - Static method in class com.appdynamics.iot.Instrumentation
 
addEvent(Event) - Static method in class com.appdynamics.iot.Instrumentation
 
addLongProperty(String, long) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
addRequestProperty(String, String) - Method in class com.appdynamics.iot.CollectorChannel
Adds a header to the request.
addStringProperty(String, String) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
AgentConfiguration - Class in com.appdynamics.iot
The Agent Configuration for the instrumentation runtime to use.
AgentConfiguration.Builder - Class in com.appdynamics.iot
 

B

BaseBuilder() - Constructor for class com.appdynamics.iot.events.Event.BaseBuilder
 
beginHttpRequest(URL) - Static method in class com.appdynamics.iot.Instrumentation
 
booleanProperties - Variable in class com.appdynamics.iot.events.Event.BaseBuilder
 
build() - Method in class com.appdynamics.iot.AgentConfiguration.Builder
 
build() - Method in class com.appdynamics.iot.DeviceInfo.Builder
 
build() - Method in class com.appdynamics.iot.events.CustomEvent.Builder
 
build() - Method in class com.appdynamics.iot.events.ErrorEvent.Builder
 
build() - Method in class com.appdynamics.iot.events.NetworkRequestEvent.Builder
 
build() - Method in class com.appdynamics.iot.VersionInfo.Builder
 
builder() - Static method in class com.appdynamics.iot.AgentConfiguration
 
builder(String, String) - Static method in class com.appdynamics.iot.DeviceInfo
 
builder(String, String) - Static method in class com.appdynamics.iot.events.CustomEvent
 
builder(String) - Static method in class com.appdynamics.iot.events.ErrorEvent
 
builder(URL) - Static method in class com.appdynamics.iot.events.NetworkRequestEvent
 
builder() - Static method in class com.appdynamics.iot.VersionInfo
Builder class for Version Information

C

clearBooleanProperties() - Method in class com.appdynamics.iot.events.Event.BaseBuilder
Clear all existing boolean properties
clearDateProperties() - Method in class com.appdynamics.iot.events.Event.BaseBuilder
Clear all existing boolean properties
clearDoubleProperties() - Method in class com.appdynamics.iot.events.Event.BaseBuilder
Clears all existing Double Properties
clearLongProperties() - Method in class com.appdynamics.iot.events.Event.BaseBuilder
Clears all existing long properties
clearStringProperties() - Method in class com.appdynamics.iot.events.Event.BaseBuilder
Clears all existing string properties
CollectorChannel - Class in com.appdynamics.iot
Class for customizing the connection between the agent SDK and the AppDynamics collector.
CollectorChannel() - Constructor for class com.appdynamics.iot.CollectorChannel
 
CollectorChannelFactory - Interface in com.appdynamics.iot
Interface for customizing the connection between the Connected Devices SDK and the Collector.
com.appdynamics.iot - package com.appdynamics.iot
Connected Device APIs to report performance and domain specific events to the AppDynamics Collector.
com.appdynamics.iot.events - package com.appdynamics.iot.events
Different types of events that can be instrumented
CUSTOM_EVENT_LABEL - Static variable in class com.appdynamics.iot.events.CustomEvent
 
CustomEvent - Class in com.appdynamics.iot.events
 
CustomEvent(String, String, long, long, Map<String, String>, Map<String, Long>, Map<String, Double>, Map<String, Boolean>, Map<String, Date>) - Constructor for class com.appdynamics.iot.events.CustomEvent
 
CustomEvent.Builder - Class in com.appdynamics.iot.events
 

D

dateProperties - Variable in class com.appdynamics.iot.events.Event.BaseBuilder
 
DEFAULT_COLLECTOR_URL - Static variable in class com.appdynamics.iot.AgentConfiguration
 
DeviceInfo - Class in com.appdynamics.iot
The Device Information for the instrumentation runtime to use.
DeviceInfo.Builder - Class in com.appdynamics.iot
 
doubleProperties - Variable in class com.appdynamics.iot.events.Event.BaseBuilder
 
duration - Variable in class com.appdynamics.iot.events.Event.BaseBuilder
 
duration - Variable in class com.appdynamics.iot.events.Event
 

E

ERROR_EVENT_LABEL - Static variable in class com.appdynamics.iot.events.ErrorEvent
 
ErrorEvent - Class in com.appdynamics.iot.events
 
ErrorEvent(String, String, ArrayList<ErrorEvent.StackTrace>, int, Instrumentation.Severity, long, long, Map<String, String>, Map<String, Long>, Map<String, Double>, Map<String, Boolean>, Map<String, Date>) - Constructor for class com.appdynamics.iot.events.ErrorEvent
 
ErrorEvent.Builder - Class in com.appdynamics.iot.events
 
ErrorEvent.StackTrace - Class in com.appdynamics.iot.events
 
Event - Class in com.appdynamics.iot.events
Base class of the Event
Event(Event.Type, long, long, Map<String, String>, Map<String, Long>, Map<String, Double>, Map<String, Boolean>, Map<String, Date>) - Constructor for class com.appdynamics.iot.events.Event
 
Event.BaseBuilder<T> - Class in com.appdynamics.iot.events
 
Event.Type - Enum in com.appdynamics.iot.events
 
eventSpecificFields(JsonWriter) - Method in class com.appdynamics.iot.events.CustomEvent
 
eventSpecificFields(JsonWriter) - Method in class com.appdynamics.iot.events.ErrorEvent
 
eventSpecificFields(JsonWriter) - Method in class com.appdynamics.iot.events.Event
 
eventSpecificFields(JsonWriter) - Method in class com.appdynamics.iot.events.NetworkRequestEvent
 

G

getAppKey() - Method in class com.appdynamics.iot.AgentConfiguration
 
getCollectorChannel() - Method in interface com.appdynamics.iot.CollectorChannelFactory
 
getCollectorChannelFactory() - Method in class com.appdynamics.iot.AgentConfiguration
 
getCollectorUrl() - Method in class com.appdynamics.iot.AgentConfiguration
 
getConnectTimeout() - Method in class com.appdynamics.iot.CollectorChannel
Gets the connection timeout, in milliseconds
getError() - Method in interface com.appdynamics.iot.HttpRequestTracker
Gets the error message associated with this request.
getErrorMessage() - Method in class com.appdynamics.iot.events.ErrorEvent
 
getErrorName() - Method in class com.appdynamics.iot.events.ErrorEvent
 
getErrorStackTraceIndex() - Method in class com.appdynamics.iot.events.ErrorEvent
 
getErrorStream() - Method in class com.appdynamics.iot.CollectorChannel
Sends the request, if it hasn't been sent already, and opens a stream for reading the response body.
getEventSummary() - Method in class com.appdynamics.iot.events.CustomEvent
 
getEventType() - Method in class com.appdynamics.iot.events.CustomEvent
 
getHeaderFields() - Method in class com.appdynamics.iot.CollectorChannel
Sends the request, if it hasn't been sent already, and returns the response headers
getInputStream() - Method in class com.appdynamics.iot.CollectorChannel
Sends the request, if it hasn't been sent already, and opens a stream for reading the response body.
getListener() - Method in class com.appdynamics.iot.AgentConfiguration
 
getMessage() - Method in class com.appdynamics.iot.events.ErrorEvent
 
getNetworkError() - Method in class com.appdynamics.iot.events.NetworkRequestEvent
 
getOutputStream() - Method in class com.appdynamics.iot.CollectorChannel
Opens a stream for writing a request body.
getReadTimeout() - Method in class com.appdynamics.iot.CollectorChannel
Gets the read timeout, in milliseconds
getRequestContentLength() - Method in class com.appdynamics.iot.events.NetworkRequestEvent
 
getRequestHeaderFields() - Method in interface com.appdynamics.iot.HttpRequestTracker
Returns the request header fields associated with this request.
getRequestMethod() - Method in class com.appdynamics.iot.CollectorChannel
 
getRequestProperties() - Method in class com.appdynamics.iot.CollectorChannel
Gets all the request properties as a list
getResponseCode() - Method in class com.appdynamics.iot.CollectorChannel
Sends the request, if it hasn't been sent already, and returns the response status code.
getResponseCode() - Method in interface com.appdynamics.iot.HttpRequestTracker
Gets the HTTP status code associated with this request.
getResponseContentLength() - Method in class com.appdynamics.iot.events.NetworkRequestEvent
 
getResponseHeaderFields() - Method in interface com.appdynamics.iot.HttpRequestTracker
Returns the response header fields associated with this request.
getResponseMessage() - Method in class com.appdynamics.iot.CollectorChannel
Sends the request, if it hasn't been sent already, and returns the http response status message.
getSeverity() - Method in class com.appdynamics.iot.events.ErrorEvent
 
getStackTraces() - Method in class com.appdynamics.iot.events.ErrorEvent
 
getStatusCode() - Method in class com.appdynamics.iot.events.NetworkRequestEvent
 
getThrowable() - Method in interface com.appdynamics.iot.HttpRequestTracker
Gets the throwable associated with this request.
getType() - Method in class com.appdynamics.iot.events.CustomEvent
 
getType() - Method in class com.appdynamics.iot.events.ErrorEvent
 
getType() - Method in class com.appdynamics.iot.events.Event
 
getType() - Method in class com.appdynamics.iot.events.NetworkRequestEvent
 
getURL() - Method in class com.appdynamics.iot.CollectorChannel
Gets the URL that the request is being sent to
getUrl() - Method in class com.appdynamics.iot.events.NetworkRequestEvent
 

H

HttpRequestTracker - Interface in com.appdynamics.iot
Convenient interface to collect a NetworkRequestEvent with AppDynamics Business Transaction Correlation

I

identifier - Variable in class com.appdynamics.iot.events.Event
 
Instrumentation - Class in com.appdynamics.iot
This class provides the following functionality
Instrumentation() - Constructor for class com.appdynamics.iot.Instrumentation
 
Instrumentation.Severity - Enum in com.appdynamics.iot
 
Instrumentation.State - Enum in com.appdynamics.iot
 
isAppKeyEnabledOnCloud() - Static method in class com.appdynamics.iot.Instrumentation
This call syncs the instrumentation runtime with the cloud for the appkey being used and returns true if the AppKey is enabled and the backend is ready to accept event data.
isDisabled() - Static method in class com.appdynamics.iot.Instrumentation
If the controller sends a responseCode of 402, 403 or 429 to the app when it calls Instrumentation.sendAllEvents(), the instrumentation runtime is put in a disabled state and the following calls become no-ops.

L

LOGGER - Static variable in class com.appdynamics.iot.Instrumentation
 
longProperties - Variable in class com.appdynamics.iot.events.Event.BaseBuilder
 

N

NETWORK_EVENT_TYPE_LABEL - Static variable in class com.appdynamics.iot.events.NetworkRequestEvent
 
NetworkRequestEvent - Class in com.appdynamics.iot.events
 
NetworkRequestEvent(URL, Integer, String, Integer, Integer, Map<String, List<String>>, long, long, Map<String, String>, Map<String, Long>, Map<String, Double>, Map<String, Boolean>, Map<String, Date>) - Constructor for class com.appdynamics.iot.events.NetworkRequestEvent
 
NetworkRequestEvent.Builder - Class in com.appdynamics.iot.events
 

R

removeBooleanProperty(String) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
removeDateProperty(String) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
removeDoubleProperty(String) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
removeLongProperty(String) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
removeStringProperty(String) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
reportDone() - Method in interface com.appdynamics.iot.HttpRequestTracker
Stops tracking an HTTP request.

S

sendAllEvents() - Static method in class com.appdynamics.iot.Instrumentation
This method sends all collected beacons to the AppDynamics Collector It flushes the in memory buffer after that If a CollectorChannel is set, the Beacons are sent over that If not, the default transport bundled with the SDK is used.
setConnectTimeout(int) - Method in class com.appdynamics.iot.CollectorChannel
Sets the timeout, in milliseconds, for establishing a connection to the collector.
setReadTimeout(int) - Method in class com.appdynamics.iot.CollectorChannel
Sets the timeout, in milliseconds, for reading data from the InputStream established with the collector.
setRequestMethod(String) - Method in class com.appdynamics.iot.CollectorChannel
Sets the HTTP method used to make the request.
setURL(URL) - Method in class com.appdynamics.iot.CollectorChannel
Sets the URL to which the request should be sent.
StackTrace(StackTraceElement[]) - Constructor for class com.appdynamics.iot.events.ErrorEvent.StackTrace
 
StackTrace(String, StackTraceElement[]) - Constructor for class com.appdynamics.iot.events.ErrorEvent.StackTrace
 
start(AgentConfiguration, DeviceInfo, VersionInfo) - Static method in class com.appdynamics.iot.Instrumentation
 
stringProperties - Variable in class com.appdynamics.iot.events.Event.BaseBuilder
 

T

thisObj - Variable in class com.appdynamics.iot.events.Event.BaseBuilder
 
timestamp - Variable in class com.appdynamics.iot.events.Event.BaseBuilder
 
timestamp - Variable in class com.appdynamics.iot.events.Event
 
toJson(JsonWriter) - Method in class com.appdynamics.iot.events.Event
 
toString() - Method in class com.appdynamics.iot.AgentConfiguration
 
toString() - Method in class com.appdynamics.iot.events.CustomEvent
 
toString() - Method in class com.appdynamics.iot.events.ErrorEvent
 
toString() - Method in enum com.appdynamics.iot.Instrumentation.Severity
 
toString() - Method in enum com.appdynamics.iot.Instrumentation.State
 

V

valueOf(String) - Static method in enum com.appdynamics.iot.events.Event.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.appdynamics.iot.Instrumentation.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.appdynamics.iot.Instrumentation.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.appdynamics.iot.events.Event.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.appdynamics.iot.Instrumentation.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.appdynamics.iot.Instrumentation.State
Returns an array containing the constants of this enum type, in the order they are declared.
VersionInfo - Class in com.appdynamics.iot
The Version Information for the instrumentation runtime to use.
VersionInfo.Builder - Class in com.appdynamics.iot
 

W

withAppKey(String) - Method in class com.appdynamics.iot.AgentConfiguration.Builder
 
withAppKeyEnabledStatusChangeListener(AppKeyEnabledStateChangeListener) - Method in class com.appdynamics.iot.AgentConfiguration.Builder
Set a custom AppKeyEnabledStateChangeListener.
withCollectorChannelFactory(CollectorChannelFactory) - Method in class com.appdynamics.iot.AgentConfiguration.Builder
Sets the collector channel to use.
withCollectorUrl(String) - Method in class com.appdynamics.iot.AgentConfiguration.Builder
 
withDeviceName(String) - Method in class com.appdynamics.iot.DeviceInfo.Builder
 
withDuration(long) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
withError(String) - Method in interface com.appdynamics.iot.HttpRequestTracker
Indicates that this request encountered an error.
withErrorStackTraceIndex(int) - Method in class com.appdynamics.iot.events.ErrorEvent.Builder
The index into the stackTracesElements array that caused the error.
withFirmwareVersion(String) - Method in class com.appdynamics.iot.VersionInfo.Builder
 
withHardwareVersion(String) - Method in class com.appdynamics.iot.VersionInfo.Builder
 
withMessage(String) - Method in class com.appdynamics.iot.events.ErrorEvent.Builder
 
withNetworkError(String) - Method in class com.appdynamics.iot.events.NetworkRequestEvent.Builder
 
withOsVersion(String) - Method in class com.appdynamics.iot.VersionInfo.Builder
 
withRequestContentLength(Integer) - Method in class com.appdynamics.iot.events.NetworkRequestEvent.Builder
 
withRequestHeaderFields(Map<String, List<String>>) - Method in interface com.appdynamics.iot.HttpRequestTracker
Sets the request headers associated with this request.
withResponseCode(int) - Method in interface com.appdynamics.iot.HttpRequestTracker
Sets the HTTP response code associated with this request.
withResponseContentLength(Integer) - Method in class com.appdynamics.iot.events.NetworkRequestEvent.Builder
 
withResponseHeaderFields(Map<String, List<String>>) - Method in interface com.appdynamics.iot.HttpRequestTracker
Sets the response headers associated with this request.
withServerResponseHeaders(Map<String, List<String>>) - Method in class com.appdynamics.iot.events.NetworkRequestEvent.Builder
 
withSeverity(Instrumentation.Severity) - Method in class com.appdynamics.iot.events.ErrorEvent.Builder
 
withSoftwareVersion(String) - Method in class com.appdynamics.iot.VersionInfo.Builder
 
withStackTraces(ArrayList<ErrorEvent.StackTrace>) - Method in class com.appdynamics.iot.events.ErrorEvent.Builder
Add an Array of Stack Trace Elements.
withStatusCode(Integer) - Method in class com.appdynamics.iot.events.NetworkRequestEvent.Builder
 
withStatusLine(String) - Method in interface com.appdynamics.iot.HttpRequestTracker
Sets the HTTP status line associated with this request.
withThrowable(Throwable) - Method in interface com.appdynamics.iot.HttpRequestTracker
Indicates that this request encountered an error.
withTimestamp(long) - Method in class com.appdynamics.iot.events.Event.BaseBuilder
 
A B C D E G H I L N R S T V W 
Skip navigation links
Copyright 2018 AppDynamics Inc. All rights reserved.