public final class HttpSenderConfiguration extends Object implements Serializable, org.acra.config.Configuration
AcraHttpSender (10.02.2019 01:16:19)| Constructor and Description |
|---|
HttpSenderConfiguration(org.acra.config.HttpSenderConfigurationBuilderImpl arg0) |
| Modifier and Type | Method and Description |
|---|---|
String |
basicAuthLogin() |
String |
basicAuthPassword() |
String |
certificatePath() |
String |
certificateType() |
boolean |
compress() |
int |
connectionTimeout() |
boolean |
dropReportsOnTimeout() |
boolean |
enabled() |
org.acra.collections.ImmutableMap<String,String> |
httpHeaders() |
HttpSender.Method |
httpMethod() |
Class<? extends KeyStoreFactory> |
keyStoreFactoryClass() |
int |
resCertificate() |
int |
socketTimeout() |
String |
uri() |
public HttpSenderConfiguration(@NonNull org.acra.config.HttpSenderConfigurationBuilderImpl arg0)
public boolean enabled()
enabled in interface org.acra.config.Configuration@NonNull public HttpSender.Method httpMethod()
public int connectionTimeout()
public int socketTimeout()
public boolean dropReportsOnTimeout()
@NonNull public Class<? extends KeyStoreFactory> keyStoreFactoryClass()
@RawRes public int resCertificate()
public boolean compress()