- generate() - Static method in class com.appdynamics.eumagent.runtime.ServerCorrelationHeaders
-
Generate HTTP headers that should be set on outgoing requests.
- getConnectTimeout() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
-
Gets the connection timeout, in milliseconds
- getError() - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
-
Gets the error message associated with this request.
- getException() - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
-
Gets the exception associated with this request.
- 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
-
Gets the read timeout, in milliseconds
- getRequestHeaderFields() - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
-
Returns the request header fields associated with this request.
- getRequestMethod() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
-
- getRequestProperties() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
-
Gets all the request properties as a list
- 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
-
Gets the HTTP status code associated with this request.
- getResponseHeaderFields() - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
-
Returns the response header fields associated with this request.
- getURL() - Method in class com.appdynamics.eumagent.runtime.CollectorChannel
-
Gets the URL that the request should be sent to
- ServerCorrelationHeaders - Class in com.appdynamics.eumagent.runtime
-
If you are using
HttpRequestTracker to report custom HTTP requests, you can use this class to correlate those requests with business transactions in a backend APM app.
- 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.
- 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.
- withAppKey(String) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
-
Sets the application key used by the SDK.
- withApplicationName(String) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
-
Sets the name of this mobile application.
- 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
-
Sets whether a check is performed during initialization to check if compile time instrumentation was successful.
- withContext(Context) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
-
Sets the context to be used by the SDK.
- withCrashCallback(CrashReportCallback) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
-
- 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.
- withExcludedUrlPatterns(Set<String>) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
-
Sets the regex patterns for urls which need to be filtered.
- withInteractionCaptureMode(int) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
-
Sets what types of user interaction events should be captured.
- withLoggingEnabled(boolean) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
-
Sets whether info logs are enabled or not.
- withLoggingLevel(int) - Method in class com.appdynamics.eumagent.runtime.AgentConfiguration.Builder
-
Sets the logging level of the agent.
- withRequestHeaderFields(Map<String, List<String>>) - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
-
Sets the request headers associated with this request.
- 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.
- withStatusLine(String) - Method in interface com.appdynamics.eumagent.runtime.HttpRequestTracker
-
Sets the HTTP status line associated with this request.