A B C D E G H I L N R S W

A

addRequestProperty(String, String) - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
Adds a header to the request.
AgentConfiguration - Class in com.appdynamics.eumagent.runtime
The configuration of the AppDynamics SDK

AgentConfiguration.Builder - Class in com.appdynamics.eumagent.runtime
A class for setting up instances of AgentConfiguration.

B

beginCall(String, String, Object...) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Report that an info point has started.
beginCall(boolean, String, String, Object...) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Report that an info point has started.
beginHttpRequest(URL) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Begins tracking an HTTP request.
build() - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
Generates the agent configuration based on the parameters passed through the other methods.
builder() - Static method in class com.appdynamics.eumagent.runtime.AgentConfiguration
Generates a builder for configuring the SDK.

C

CallTracker - Interface in com.appdynamics.eumagent.runtime
Marker interface for methods that are tracked for info point information.
changeAppKey(String) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Change the app key.
CollectorChannel - Class in com.appdynamics.eumagent.runtime
Class for customizing the connection between the agent SDK and the collector.
CollectorChannel() - Constructor for class com.appdynamics.eumagent.runtime.CollectorChannel
 
CollectorChannelFactory - Interface in com.appdynamics.eumagent.runtime
Interface for customizing the connection between the agent SDK and the collector.
com.appdynamics.eumagent.runtime - package com.appdynamics.eumagent.runtime
 

D

DontObfuscate - Annotation Type in com.appdynamics.eumagent.runtime
Copyright (c) AppDynamics Technologies

E

endCall(CallTracker, Object) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Deprecated. Instead, use CallTracker.reportCallEndedWithReturnValue(Object)
endCall(CallTracker) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Deprecated. Instead, use: CallTracker.reportCallEnded()

G

getConnectTimeout() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
 
getError() - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
 
getException() - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
 
getHeaderFields() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
Sends the request, if it hasn't been sent already, and returns the response headers.
getInputStream() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
Sends the request, if it hasn't been sent already, and opens a stream for reading the response body.
getOutputStream() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
Opens a stream for writing a request body.
getReadTimeout() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
 
getRequestMethod() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
 
getRequestProperties() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
 
getResponseCode() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
Sends the request, if it hasn't been sent already, and returns the response status code.
getResponseCode() - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
 
getResponseHeaderFields() - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
 
getURL() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
 

H

HttpRequestTracker - Interface in com.appdynamics.eumagent.runtime
If the SDK does not automatically discover your HTTP requests, use this class to explicitly report them.

I

InfoPoint - Annotation Type in com.appdynamics.eumagent.runtime
Annotate methods you wish to be reported as InfoPoint to eum-cloud.
Instrumentation - Class in com.appdynamics.eumagent.runtime
Interact with the AppDynamics Android Agent running in your application.

L

leaveBreadcrumb(String) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Leave a breadcrumb that will appear in a crash report.

N

newCollectorChannel() - Method in interface com.appdynamics.eumagent.runtime.CollectorChannelFactory
Returns a new instance of CollectorChannel.

R

reportCallEnded() - Method in interface com.appdynamics.eumagent.runtime.CallTracker
Report that call ended.
reportCallEndedWithException(Exception) - Method in interface com.appdynamics.eumagent.runtime.CallTracker
Report that the call failed and threw an exception.
reportCallEndedWithReturnValue(Object) - Method in interface com.appdynamics.eumagent.runtime.CallTracker
Report that the call ended by returning a value.
reportDone() - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
Stops tracking an HTTP request.
reportMetric(String, long) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Report metric value for the given name.

S

setConnectTimeout(int) - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
Sets the timeout, in milliseconds, for establishing a connection to the collector.
setReadTimeout(int) - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
Sets the timeout, in milliseconds, for reading data from the collector.
setRequestMethod(String) - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
Sets the HTTP method used to make the request.
setURL(URL) - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
Sets the URL to which the request should be sent.
setUserData(String, String, boolean) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Sets a key-value pair identifier that will be included in all snapshots.
start(String, Context) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Initialize the agent with the given application key and Context.
start(String, Context, String) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Initialize the agent with the given application key and Context.
start(String, Context, boolean) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Initialize the agent with the given application key and Context.
start(String, Context, String, boolean) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Initialize the agent with the given application key and Context.
start(AgentConfiguration) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Initialize the agent with the given configuration.
startTimer(String) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Starts a global timer with the given name

NOTE: The name can contain only alphanumeric characters and spaces.
stopTimer(String) - Static method in class com.appdynamics.eumagent.runtime.Instrumentation
Stops a global timer with the given name and reports it to the cloud.

W

withAppKey(String) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
Sets the application key used by the SDK.
withArguments(Object...) - Method in interface com.appdynamics.eumagent.runtime.CallTracker
Specify the arguments with which the method call was invoked.
withCollectorChannelFactory(CollectorChannelFactory) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
Sets the collector channel to use.
withCollectorURL(String) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
Sets the URL of the collector to which the agent will report.
withCompileTimeInstrumentationCheck(boolean) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
Compile time instrumentation is required for supporting a number of features such as ANR, network calls reporting.
withContext(Context) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
Sets the application key used by the SDK.
withDynamicInfoPointURL(String) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
Set the URL of infopoint endpoint.
withError(String) - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
Indicates that this request encountered an error.
withException(Exception) - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
Indicates that this request encountered an error.
withLoggingEnabled(boolean) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
Sets whether debug logs are enabled or not.
withResponseCode(int) - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
Sets the HTTP response code associated with this request.
withResponseHeaderFields(Map<String, List<String>>) - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
Sets the response headers associated with this request.

A B C D E G H I L N R S W