A C D E F G H I J L M N O P R S T U V W X 

A

ActionNetwork - Class in com.splunk.mint
 
ActionNetwork(EnumActionType, String, HashMap<String, Object>) - Constructor for class com.splunk.mint.ActionNetwork
 
add(Metric<?>) - Method in class com.splunk.mint.network.MonitorRegistry
 
addExtraData(String, Object) - Method in class com.splunk.mint.ExtraData
 
addExtraData(ExtraData) - Method in class com.splunk.mint.ExtraData
 
addExtraData(String, String) - Static method in class com.splunk.mint.Mint
Adds a key-value pair to the extra data.
addExtraData(String, String) - Method in class com.splunk.mint.MintJavascript
 
addExtraDataMap(HashMap<String, Object>) - Method in class com.splunk.mint.ExtraData
 
addExtraDataMap(HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Adds a map to the extra data.
addRequestProperty(String, String) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
addRequestProperty(String, String) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
addURLToBlackList(String) - Static method in class com.splunk.mint.Mint
Adds a URL to the network monitoring blacklist.
addValue(String) - Method in class com.splunk.mint.ExcludedUrls
 

C

callingClassAnyOf(String[]) - Static method in class com.splunk.mint.network.util.ReflectionUtil
 
cancelNetworkCall(MonitorRegistry, String, long, String, String) - Method in class com.splunk.mint.network.NetLogManager
 
clearData() - Method in class com.splunk.mint.ExtraData
 
clearExtraData() - Static method in class com.splunk.mint.Mint
Clears all extra data.
clearExtraData() - Method in class com.splunk.mint.MintJavascript
 
clearTotalCrashesNum() - Static method in class com.splunk.mint.Mint
Clears the total number of crashes.
close() - Method in class com.splunk.mint.network.io.InputStreamMonitor
 
close() - Method in class com.splunk.mint.network.io.InputStreamMonitorKitKat
 
close() - Method in class com.splunk.mint.network.io.OutputStreamMonitor
 
closeSession(Context) - Static method in class com.splunk.mint.Mint
Closes the active session.
closeSession() - Method in class com.splunk.mint.MintJavascript
 
com.splunk.mint - package com.splunk.mint
 
com.splunk.mint.network - package com.splunk.mint.network
 
com.splunk.mint.network.http - package com.splunk.mint.network.http
 
com.splunk.mint.network.io - package com.splunk.mint.network.io
 
com.splunk.mint.network.socket - package com.splunk.mint.network.socket
 
com.splunk.mint.network.util - package com.splunk.mint.network.util
 
connect() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
connect() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
contains(String, String[]) - Static method in class com.splunk.mint.network.util.ReflectionUtil
 
Counter - Class in com.splunk.mint.network
 
Counter(String) - Constructor for class com.splunk.mint.network.Counter
 
createSocketImpl() - Method in class com.splunk.mint.network.socket.MonitoringSocketFactory
 
createURLStreamHandler(String) - Method in class com.splunk.mint.network.http.MonitorableURLStreamHandlerFactory
 

D

d(String, String) - Static method in class com.splunk.mint.MintLog
Sends a debugging level message.
DataSaverResponse - Class in com.splunk.mint
The DataSaverResponse class is a callback from the MintCallback interface, which returns a DataSaverResponse object for a data save attempt.
dataSaverResponse(DataSaverResponse) - Method in interface com.splunk.mint.MintCallback
The **dataSaverResponse** function is called whenever the SDK tries to save something locally.
dec() - Method in class com.splunk.mint.network.Counter
 
dec(long) - Method in class com.splunk.mint.network.Counter
 
delegateTo(String, Class<?>...) - Method in class com.splunk.mint.network.util.Delegator
 
DelegationException - Exception in com.splunk.mint.network.util
 
DelegationException(String) - Constructor for exception com.splunk.mint.network.util.DelegationException
 
DelegationException(String, Throwable) - Constructor for exception com.splunk.mint.network.util.DelegationException
 
DelegationException(Throwable) - Constructor for exception com.splunk.mint.network.util.DelegationException
 
Delegator - Class in com.splunk.mint.network.util
 
Delegator(Object, Class, Object) - Constructor for class com.splunk.mint.network.util.Delegator
 
Delegator(Object, Class, String) - Constructor for class com.splunk.mint.network.util.Delegator
 
Delegator.DelegatorMethodFinder - Class in com.splunk.mint.network.util
 
Delegator.DelegatorMethodFinder(String, Class<?>...) - Constructor for class com.splunk.mint.network.util.Delegator.DelegatorMethodFinder
 
deviceSupporsNetworkMonitoring() - Static method in class com.splunk.mint.network.NetLogManager
 
disableNetworkMonitoring() - Static method in class com.splunk.mint.Mint
Disables network monitoring.
disconnect() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
disconnect() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
done() - Method in class com.splunk.mint.network.Timer
 

E

e(String, String) - Static method in class com.splunk.mint.MintLog
Sends an error level message.
enableDebug() - Static method in class com.splunk.mint.Mint
Enables the display of debug messages.
**Note** You should turn this feature off in production.
enableLogging(boolean) - Static method in class com.splunk.mint.Mint
Enables LogCat logging.
ENCAPSULATED_SOCKET_IMPL - Static variable in class com.splunk.mint.network.socket.MonitoringSocketImpl
 
endNetworkCall(MonitorRegistry, String, long, int) - Method in class com.splunk.mint.network.NetLogManager
 
exception - Variable in class com.splunk.mint.network.io.InputStreamMonitor
 
exception - Variable in class com.splunk.mint.network.io.InputStreamMonitorKitKat
 
ExceptionHandler - Class in com.splunk.mint
 
ExceptionHandler(Thread.UncaughtExceptionHandler) - Constructor for class com.splunk.mint.ExceptionHandler
Instantiates a new default exception handler.
exceptionToString(Exception) - Static method in class com.splunk.mint.network.NetLogManager
 
ExcludedUrls - Class in com.splunk.mint
 
ExcludedUrls(String[]) - Constructor for class com.splunk.mint.ExcludedUrls
 
excludedUrls - Static variable in class com.splunk.mint.Properties
 
extractCallingMethod(String[]) - Static method in class com.splunk.mint.network.util.ReflectionUtil
 
ExtraData - Class in com.splunk.mint
 
ExtraData() - Constructor for class com.splunk.mint.ExtraData
 

F

findConstructor(String, Class<?>[]) - Static method in class com.splunk.mint.network.util.ReflectionUtil
Returns the constructor of the class with the given name and the expected arguments.
flush() - Static method in class com.splunk.mint.Mint
Flushes all saved data.
flush() - Method in class com.splunk.mint.MintJavascript
 
flushOnlyOverWiFi - Static variable in class com.splunk.mint.Properties
 

G

getAllMethods(Class<?>) - Static method in class com.splunk.mint.network.util.ReflectionUtil
Get all methods of given type, up the super class hierarchy, optionally filtered by predicates
getAllowUserInteraction() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getAllowUserInteraction() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getAllSuperTypes(Class<?>) - Static method in class com.splunk.mint.network.util.ReflectionUtil
Get all super types of given type, including, optionally filtered by predicates
getCipherSuite() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getConnectTimeout() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getConnectTimeout() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getContent() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getContent(Class[]) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getContent() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getContent(Class[]) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getContentEncoding() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getContentEncoding() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getContentLength() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getContentLength() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getContentType() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getContentType() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getData() - Method in class com.splunk.mint.DataSaverResponse
Returns the data that was saved.
getData() - Method in class com.splunk.mint.NetSenderResponse
Returns the data that was sent.
getDate() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getDate() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getDefaultPort() - Method in class com.splunk.mint.network.http.HTTPSURLStreamHandler
 
getDefaultPort() - Method in class com.splunk.mint.network.http.HTTPURLStreamHandler
 
getDefaultPort() - Method in class com.splunk.mint.network.http.URLStreamHandlerBase
 
getDefaultUseCaches() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getDefaultUseCaches() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getDevSettings() - Static method in class com.splunk.mint.Mint
Gets the developer settings from the Remote Settings.
getDoInput() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getDoInput() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getDoOutput() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getDoOutput() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getErrorStream() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getErrorStream() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getException() - Method in class com.splunk.mint.DataSaverResponse
Returns an exception, if any.
getException() - Method in class com.splunk.mint.NetSenderResponse
Returns an exception, if any.
getExpiration() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getExpiration() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getExtraData() - Method in class com.splunk.mint.ExtraData
 
getExtraData() - Static method in class com.splunk.mint.Mint
Gets the extra data map.
getFilepath() - Method in class com.splunk.mint.DataSaverResponse
Returns the file path where the data was written.
getHeaderField(int) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getHeaderField(String) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getHeaderField(int) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getHeaderField(String) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getHeaderFieldDate(String, long) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getHeaderFieldDate(String, long) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getHeaderFieldInt(String, int) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getHeaderFieldInt(String, int) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getHeaderFieldKey(int) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getHeaderFieldKey(int) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getHeaderFields() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getHeaderFields() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getHeaders() - Method in class com.splunk.mint.network.io.InputStreamMonitor
 
getHeaders() - Method in class com.splunk.mint.network.io.InputStreamMonitorKitKat
 
getHeaders() - Method in class com.splunk.mint.network.io.OutputStreamMonitor
 
getIfModifiedSince() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getIfModifiedSince() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getInputStream() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getInputStream() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getInstance() - Static method in class com.splunk.mint.network.NetLogManager
 
getInstanceFollowRedirects() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getInstanceFollowRedirects() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getLastCrashID() - Static method in class com.splunk.mint.Mint
Gets the error hash of the last crash.
getLastModified() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getLastModified() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getLastStop(Context) - Static method in class com.splunk.mint.MintActivity
 
getLocalCertificates() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getMethod() - Method in class com.splunk.mint.network.socket.MonitoringSocketImpl
Returns the class and method name that asked for this socket impl to be created.
getMetricsForName(String) - Method in class com.splunk.mint.network.MonitorRegistry
 
getMintUUID() - Static method in class com.splunk.mint.Mint
Returns the MINT universally unique identifier (UUID), which uniquely identifies a specific user.
getName() - Method in class com.splunk.mint.network.Metric
 
getOption(int) - Method in class com.splunk.mint.network.socket.MonitoringSocketImpl
 
getOutputStream() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getOutputStream() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getPermission() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getPermission() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getProtocol() - Method in class com.splunk.mint.network.http.HTTPSURLStreamHandler
 
getProtocol() - Method in class com.splunk.mint.network.http.HTTPURLStreamHandler
 
getProtocol() - Method in class com.splunk.mint.network.http.URLStreamHandlerBase
 
getReadTimeout() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getReadTimeout() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getRequestMethod() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getRequestMethod() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getRequestProperties() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getRequestProperties() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getRequestProperty(String) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getRequestProperty(String) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getResponseCode() - Method in class com.splunk.mint.NetSenderResponse
Returns an HTTP response code of the network call.
getResponseCode() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getResponseCode() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getResponseMessage() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getResponseMessage() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getSavedSuccessfully() - Method in class com.splunk.mint.DataSaverResponse
Indicates whether the data was saved successfully.
getSentSuccessfully() - Method in class com.splunk.mint.NetSenderResponse
Indicates whether the data was sent successfully.
getServerCertificates() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getServerResponse() - Method in class com.splunk.mint.NetSenderResponse
Returns the server's response.
getSessionId() - Static method in class com.splunk.mint.Mint
Returns the current session ID.
getStartValue() - Method in class com.splunk.mint.network.Timer
 
getStatusCodeFromURLConnection(URLConnection) - Static method in class com.splunk.mint.network.NetLogManager
 
getStopValue() - Method in class com.splunk.mint.network.Timer
 
getTotalCrashesNum() - Static method in class com.splunk.mint.Mint
Gets the total number of crashes.
getUrl() - Method in class com.splunk.mint.NetSenderResponse
Returns the URL of the network call.
getURL() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getURL() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getUseCaches() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
getUseCaches() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
getValue() - Method in class com.splunk.mint.network.Counter
 
getValue() - Method in class com.splunk.mint.network.Metric
 
getValue() - Method in class com.splunk.mint.network.Timer
 

H

HTTPSURLStreamHandler - Class in com.splunk.mint.network.http
 
HTTPSURLStreamHandler(MonitorRegistry) - Constructor for class com.splunk.mint.network.http.HTTPSURLStreamHandler
 
HTTPURLStreamHandler - Class in com.splunk.mint.network.http
 
HTTPURLStreamHandler(MonitorRegistry) - Constructor for class com.splunk.mint.network.http.HTTPURLStreamHandler
 

I

i(String, String) - Static method in class com.splunk.mint.MintLog
Sends an information level message.
inc() - Method in class com.splunk.mint.network.Counter
 
inc(long) - Method in class com.splunk.mint.network.Counter
 
includeObject - Static variable in class com.splunk.mint.network.util.ReflectionUtil
 
initAndStartSession(Context, String) - Static method in class com.splunk.mint.Mint
Use this constructor to initialize and start the session.
initAndStartSession(String) - Method in class com.splunk.mint.MintJavascript
 
initPreferences(Context) - Static method in class com.splunk.mint.MintActivity
 
InputStreamMonitor - Class in com.splunk.mint.network.io
 
InputStreamMonitor(String, MonitorRegistry, InputStream, MonitoringSocketImpl) - Constructor for class com.splunk.mint.network.io.InputStreamMonitor
 
InputStreamMonitorKitKat - Class in com.splunk.mint.network.io
 
InputStreamMonitorKitKat(String, MonitorRegistry, InputStream, MonitoringSocketImpl) - Constructor for class com.splunk.mint.network.io.InputStreamMonitorKitKat
 
invoke(Object...) - Method in class com.splunk.mint.network.util.Delegator.DelegatorMethodFinder
 
invoke(Object...) - Method in class com.splunk.mint.network.util.Delegator
 
isHttp() - Method in class com.splunk.mint.network.socket.MonitoringSocketImpl
 
isKitKat - Static variable in class com.splunk.mint.Properties
 
isPluginInitialized() - Static method in class com.splunk.mint.Properties
 

J

javascriptError(String, String, String, String, String) - Method in class com.splunk.mint.MintJavascript
 

L

lastBreath(Exception) - Method in interface com.splunk.mint.MintCallback
The **lastBreath** function is called after an exception has been caught and before the app terminates.
lastPingTime - Static variable in class com.splunk.mint.Properties
 
lastView - Static variable in class com.splunk.mint.Properties
 
lastViewTime - Static variable in class com.splunk.mint.Properties
 
leaveBreadcrumb(String) - Static method in class com.splunk.mint.Mint
Leaves a breadcrumb at a point of interest in your code.
leaveBreadcrumb(String) - Method in class com.splunk.mint.MintJavascript
 
loadMintJavascript() - Static method in class com.splunk.mint.MintJavascript
 
logError(String) - Static method in class com.splunk.mint.Logger
 
logEvent(String) - Static method in class com.splunk.mint.Mint
Logs an event and uses the default log level `Verbose`.
logEvent(String, MintLogLevel) - Static method in class com.splunk.mint.Mint
Logs an event with a specific log level.
logEvent(String, MintLogLevel, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Logs an event with a specific log level.
logEvent(String, MintLogLevel, String, String) - Static method in class com.splunk.mint.Mint
Logs an event with a specific log level.
logEvent(String, String) - Method in class com.splunk.mint.MintJavascript
 
logException(Exception) - Static method in class com.splunk.mint.Mint
Submits a handled exception (if inside a `try-catch` block) and a map of custom data.
logExceptionMap(HashMap<String, Object>, Exception) - Static method in class com.splunk.mint.Mint
Submits a handled exception (if inside a `try-catch` block) and a map of custom data.
logExceptionMessage(String, String, Exception) - Static method in class com.splunk.mint.Mint
Submits a handled exception (if inside a `try-catch` block) and a custom key-value pair.
Logger - Class in com.splunk.mint
 
Logger() - Constructor for class com.splunk.mint.Logger
 
logInfo(String) - Static method in class com.splunk.mint.Logger
 
logNetwork(String, long, long, String, int, long, long, String, HashMap<String, Object>) - Static method in class com.splunk.mint.ActionNetwork
 
logNetwork(String, String, String, String, String) - Method in class com.splunk.mint.MintJavascript
 
logNetworkRequest(String, String, long, long, int, long, long, String, HashMap<String, Object>) - Method in class com.splunk.mint.network.NetLogManager
 
logView(String) - Static method in class com.splunk.mint.Mint
Logs a specific view as a Splunk data type.
logView(String, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Logs a specific view as a Splunk data type.
logView(String, String, String, String, String, String, String) - Method in class com.splunk.mint.MintJavascript
 
logWarning(String) - Static method in class com.splunk.mint.Logger
 

M

Metric<T extends java.io.Serializable> - Class in com.splunk.mint.network
 
Metric(String) - Constructor for class com.splunk.mint.network.Metric
 
Mint - Class in com.splunk.mint
The Mint class represents the main class for the Splunk MINT SDK for Android.
Mint() - Constructor for class com.splunk.mint.Mint
 
MintActivity - Class in com.splunk.mint
Extend the MintActivity class to enable automatic view tracking.
MintActivity() - Constructor for class com.splunk.mint.MintActivity
 
MintCallback - Interface in com.splunk.mint
 
MintJavascript - Class in com.splunk.mint
The MintJavascript class contains tools for JavaScript.
MintJavascript(Context, WebView) - Constructor for class com.splunk.mint.MintJavascript
 
MintLog - Class in com.splunk.mint
The MintLog class is a wrapper class that logs messages to Splunk as a log type.
MintLog() - Constructor for class com.splunk.mint.MintLog
 
MintLogLevel - Enum in com.splunk.mint
The MintLogLevel enumeration defines the Splunk MINT log levels.
MintWebView - Class in com.splunk.mint
The MintWebView class is a custom web view that automatically enables JavaScript tracking.
MintWebView(Context) - Constructor for class com.splunk.mint.MintWebView
 
MintWebView(Context, AttributeSet) - Constructor for class com.splunk.mint.MintWebView
 
MintWebView(Context, AttributeSet, int) - Constructor for class com.splunk.mint.MintWebView
 
MintWebViewClient - Class in com.splunk.mint
The MintWebViewClient class is a custom class that automatically loads MINT JavaScript files.
MintWebViewClient() - Constructor for class com.splunk.mint.MintWebViewClient
 
MonitorableHttpsURLConnection - Class in com.splunk.mint.network.http
 
MonitorableHttpsURLConnection(MonitorRegistry, URLConnection) - Constructor for class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
MonitorableHttpURLConnection - Class in com.splunk.mint.network.http
 
MonitorableHttpURLConnection(MonitorRegistry, URLConnection) - Constructor for class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
MonitorableURLStreamHandlerFactory - Class in com.splunk.mint.network.http
 
MonitorableURLStreamHandlerFactory(MonitorRegistry) - Constructor for class com.splunk.mint.network.http.MonitorableURLStreamHandlerFactory
 
MonitoringSocketFactory - Class in com.splunk.mint.network.socket
 
MonitoringSocketFactory(MonitorRegistry) - Constructor for class com.splunk.mint.network.socket.MonitoringSocketFactory
 
MonitoringSocketImpl - Class in com.splunk.mint.network.socket
 
MonitoringSocketImpl(MonitorRegistry) - Constructor for class com.splunk.mint.network.socket.MonitoringSocketImpl
 
MonitorRegistry - Class in com.splunk.mint.network
 
MonitorRegistry() - Constructor for class com.splunk.mint.network.MonitorRegistry
 

N

NetLogManager - Class in com.splunk.mint.network
 
NetLogManager() - Constructor for class com.splunk.mint.network.NetLogManager
 
netSenderResponse(NetSenderResponse) - Method in interface com.splunk.mint.MintCallback
The **netSenderResponse** function is called whenever the SDK tries to send something over the network.
NetSenderResponse - Class in com.splunk.mint
The NetSenderResponse class is a callback from the MintCallback interface, which returns a NetSenderResponse object for a data send attempt.

O

onPageStarted(WebView, String, Bitmap) - Method in class com.splunk.mint.MintWebViewClient
 
onResume() - Method in class com.splunk.mint.MintActivity
 
onStop() - Method in class com.splunk.mint.MintActivity
 
OUT_POSTFIX - Static variable in class com.splunk.mint.network.io.OutputStreamMonitor
 
OutputStreamMonitor - Class in com.splunk.mint.network.io
 
OutputStreamMonitor(String, MonitorRegistry, OutputStream) - Constructor for class com.splunk.mint.network.io.OutputStreamMonitor
 

P

Properties - Class in com.splunk.mint
 
Properties() - Constructor for class com.splunk.mint.Properties
 
Properties.RemoteSettingsProps - Class in com.splunk.mint
 
Properties.RemoteSettingsProps() - Constructor for class com.splunk.mint.Properties.RemoteSettingsProps
 

R

read() - Method in class com.splunk.mint.network.io.InputStreamMonitor
 
read(byte[]) - Method in class com.splunk.mint.network.io.InputStreamMonitor
 
read(byte[], int, int) - Method in class com.splunk.mint.network.io.InputStreamMonitor
 
read() - Method in class com.splunk.mint.network.io.InputStreamMonitorKitKat
 
read(byte[]) - Method in class com.splunk.mint.network.io.InputStreamMonitorKitKat
 
read(byte[], int, int) - Method in class com.splunk.mint.network.io.InputStreamMonitorKitKat
 
readingDone() - Method in class com.splunk.mint.network.socket.MonitoringSocketImpl
 
ReflectionUtil - Class in com.splunk.mint.network.util
Part of this code is from ReflectionUtils.
ReflectionUtil() - Constructor for class com.splunk.mint.network.util.ReflectionUtil
 
removeExtraData(String) - Static method in class com.splunk.mint.Mint
Removes a specific key-value pair from the extra data.
removeExtraData(String) - Method in class com.splunk.mint.MintJavascript
 
removeKey(String) - Method in class com.splunk.mint.ExtraData
 
REST_VERSION - Static variable in class com.splunk.mint.Properties
 

S

save(DataSaver) - Method in class com.splunk.mint.ActionNetwork
 
SDK_VERSION - Static variable in class com.splunk.mint.Properties
 
send(Context, NetSender, boolean) - Method in class com.splunk.mint.ActionNetwork
 
send(NetSender, boolean) - Method in class com.splunk.mint.ActionNetwork
 
setAllowUserInteraction(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setAllowUserInteraction(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setChunkedStreamingMode(int) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setChunkedStreamingMode(int) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setConnectTimeout(int) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setConnectTimeout(int) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setDefaultUseCaches(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setDefaultUseCaches(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setDoInput(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setDoInput(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setDoOutput(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setDoOutput(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setFixedLengthStreamingMode(int) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setFixedLengthStreamingMode(int) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setFlushOnlyOverWiFi(boolean) - Static method in class com.splunk.mint.Mint
Enables MINT to flush data only when there is a WiFi connection.
**Note** Be sure to add the ACCESS_NETWORK_STATE permission to your AndroidManifest.xml file.
setIfModifiedSince(long) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setIfModifiedSince(long) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setInstanceFollowRedirects(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setInstanceFollowRedirects(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setLastStop(Context) - Static method in class com.splunk.mint.MintActivity
 
setLogging(int) - Static method in class com.splunk.mint.Mint
Restricts the number of lines in the LogCat output.
setLogging(String) - Static method in class com.splunk.mint.Mint
Sets a LogCat filter string.
setLogging(int, String) - Static method in class com.splunk.mint.Mint
Restricts the number of lines in the LogCat output and sets a LogCat filter string.
setLogging(int, String) - Method in class com.splunk.mint.MintJavascript
 
setMintCallback(MintCallback) - Static method in class com.splunk.mint.Mint
Sets a Mint callback interface, which is used for the **lastBreath** callback, the **netSaverResponse** callback, and the **dataSaverResponse** callback.
setOption(int, Object) - Method in class com.splunk.mint.network.socket.MonitoringSocketImpl
 
setReadTimeout(int) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setReadTimeout(int) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setRequestMethod(String) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setRequestMethod(String) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setRequestProperty(String, String) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setRequestProperty(String, String) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setUrl(String) - Method in class com.splunk.mint.NetSenderResponse
Sets the url
setUseCaches(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
setUseCaches(boolean) - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 
setUserIdentifier(String) - Static method in class com.splunk.mint.Mint
Sets an identifier for the current user.
setUserIdentifier(String) - Method in class com.splunk.mint.MintJavascript
 
setUserOptOut(boolean) - Static method in class com.splunk.mint.Mint
Indicates whether to prevent MINT from saving or sending any data for the user.
start() - Method in class com.splunk.mint.network.Timer
 
startNetworkCall(String, String, long, String) - Method in class com.splunk.mint.network.NetLogManager
 
startSession(Context) - Static method in class com.splunk.mint.Mint
Starts a new session.
startSession() - Method in class com.splunk.mint.MintJavascript
 

T

Timer - Class in com.splunk.mint.network
 
Timer(String) - Constructor for class com.splunk.mint.network.Timer
 
toJsonLine() - Method in class com.splunk.mint.ActionNetwork
 
toReadableFormat() - Static method in class com.splunk.mint.Properties.RemoteSettingsProps
 
toString() - Method in class com.splunk.mint.DataSaverResponse
 
toString() - Method in class com.splunk.mint.NetSenderResponse
 
toString() - Method in class com.splunk.mint.network.MonitorRegistry
 
transactionCancel(String, String) - Static method in class com.splunk.mint.Mint
Cancels a transaction.
transactionCancel(String, String, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Cancels a transaction.
transactionCancel(String, String, String, String) - Static method in class com.splunk.mint.Mint
Cancels a transaction.
transactionCancel(String, String, String) - Method in class com.splunk.mint.MintJavascript
 
transactions - Static variable in class com.splunk.mint.Properties
 
transactionStart(String) - Static method in class com.splunk.mint.Mint
Starts a transaction.
transactionStart(String, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Starts a transaction.
transactionStart(String, String, String) - Static method in class com.splunk.mint.Mint
Starts a transaction.
transactionStart(String, String) - Method in class com.splunk.mint.MintJavascript
 
transactionStop(String) - Static method in class com.splunk.mint.Mint
Stops a transaction.
transactionStop(String, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Stops a transaction.
transactionStop(String, String, String) - Static method in class com.splunk.mint.Mint
Stops a transaction.
transactionStop(String, String) - Method in class com.splunk.mint.MintJavascript
 
tryToReadHeaders() - Method in class com.splunk.mint.network.io.InputStreamMonitor
 
tryToReadHeaders() - Method in class com.splunk.mint.network.io.InputStreamMonitorKitKat
 

U

uncaughtException(Thread, Throwable) - Method in class com.splunk.mint.ExceptionHandler
 
URLStreamHandlerBase - Class in com.splunk.mint.network.http
 
URLStreamHandlerBase(String[]) - Constructor for class com.splunk.mint.network.http.URLStreamHandlerBase
 
USER_OPTEDOUT - Static variable in class com.splunk.mint.Properties
 
usingProxy() - Method in class com.splunk.mint.network.http.MonitorableHttpsURLConnection
 
usingProxy() - Method in class com.splunk.mint.network.http.MonitorableHttpURLConnection
 

V

v(String, String) - Static method in class com.splunk.mint.MintLog
Sends a verbose level message.
valueOf(String) - Static method in enum com.splunk.mint.MintLogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.splunk.mint.MintLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

w(String, String) - Static method in class com.splunk.mint.MintLog
Sends a warning level message.
write(int) - Method in class com.splunk.mint.network.io.OutputStreamMonitor
 
write(byte[]) - Method in class com.splunk.mint.network.io.OutputStreamMonitor
 
write(byte[], int, int) - Method in class com.splunk.mint.network.io.OutputStreamMonitor
 

X

xamarinException(Exception, boolean, HashMap<String, Object>) - Static method in class com.splunk.mint.Mint
Used to report exceptions from Xamarin
XSplunkMintSessionIdHeader - Static variable in class com.splunk.mint.Mint
The header name to use for HTTP.
XSplunkMintUuidHeader - Static variable in class com.splunk.mint.Mint
The header name to use for HTTP.
A C D E F G H I J L M N O P R S T U V W X