| Package | Description |
|---|---|
| com.securenative.config | |
| com.securenative.enums |
| Modifier and Type | Method and Description |
|---|---|
FailoverStrategy |
SecureNativeOptions.getFailoverStrategy() |
| Modifier and Type | Method and Description |
|---|---|
SecureNativeConfigurationBuilder |
SecureNativeConfigurationBuilder.withFailoverStrategy(FailoverStrategy failoverStrategy) |
| Constructor and Description |
|---|
SecureNativeOptions(String apiKey,
String apiUrl,
int interval,
int maxEvents,
int timeout,
boolean autoSend,
boolean disable,
String logLevel,
FailoverStrategy failoverStrategy,
ArrayList<String> proxyHeaders,
ArrayList<String> piiHeaders,
String piiRegexPattern) |
| Modifier and Type | Method and Description |
|---|---|
static FailoverStrategy |
FailoverStrategy.fromString(String key,
FailoverStrategy failoverStrategy) |
static FailoverStrategy |
FailoverStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailoverStrategy[] |
FailoverStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FailoverStrategy |
FailoverStrategy.fromString(String key,
FailoverStrategy failoverStrategy) |
Copyright © 2020. All rights reserved.